阅读背景:

python反转列表的几种方法

来源:互联网 

一.使用reversed()函数

a = [1, 2, 3, 4]
b = list(reversed(a))= lis



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: