Q. Which method is used to add an element to the end of a list in Python?
β
Correct Answer: (A)
append()
Explanation: The append() method is used to add an element to the end of a list in Python.