Which of the following methods can be used to remove an item from a Python list?

Explanation:

Both remove() and pop() methods are used to remove items from a list.