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