获取您自己的 Python 服务器 Result Size: 625 x 664
x
 
fruits = ['apple', 'banana', 'cherry']
fruits.reverse()
print(fruits)
['cherry', 'banana', 'apple']