Q. Which method is used to remove all elements from a list?
β
Correct Answer: (B)
clear()
Explanation: clear() empties the list completely.