Run »
fruits = ['apple', 'banana', 'cherry'] fruits.remove("banana") print(fruits)
['apple', 'cherry']