Programming (12th Grade)
Data Structures
Which of the following is a method to remove an item from a list in Python?
list.remove(item)
list.delete(item)
list.erase(item)
list.pop(item)