Q. How do you insert an element at the end of a list? (A) append() (B) insert() (C) extend() (D) add() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) append() Explanation: `append()` adds an element to the end of a list.