实例
反转 fruits 列表的顺序:
fruits = ['apple', 'banana', 'cherry'] fruits.reverse()
定义和用法
reverse() 方法反转元素的排序顺序。
语法
list.reverse()
参数值