Q. Which method adds an element to the end of a list?
β
Correct Answer: (A)
append()
Explanation: `append()` adds a single element to the end of the list.