Q. Which method removes the last item from a list? (A) remove() (B) pop() (C) delete() (D) discard() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) pop() Explanation: `pop()` without arguments removes the last item from a list.