Q. Which method is used to add an element at the end of a list?
β
Correct Answer: (B)
append()
Explanation: `append()` adds an item to the end of a list in Python.