Q. Which method adds multiple elements to a list?
β
Correct Answer: (C)
extend()
Explanation: `extend()` adds all elements of an iterable to the end of the list.