Q. Which method is used to add elements from another list to an existing list?
β
Correct Answer: (C)
extend()
Explanation: `extend()` adds elements from another iterable to the end of the list.