Run »
fruits = ['apple', 'banana', 'cherry'] fruits.pop(1) print(fruits)
['apple', 'cherry']