Q. Which method is used to add an element at the end of a list? (A) add() (B) append() (C) insert() (D) push() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) append() Explanation: `append()` adds an item to the end of a list in Python.