Q. Which of the following removes an item from a list by index?
β
Correct Answer: (C)
pop()
Explanation: `pop()` removes and returns the element at the given index.