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