Q. Which method removes the last item from a list?
β
Correct Answer: (B)
pop()
Explanation: `pop()` without arguments removes the last item from a list.