Q. Which method is used to add multiple items to a list? (A) add() (B) extend() (C) append() (D) insert() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) extend() Explanation: extend adds elements from another iterable to the list.