Run
x = ['apple', 'banana', 'cherry'] print(x[::-1])
Output