蟒蛇新手。需要创建一个与前一个列表相反的列表。运行以下代码:
list_10 = [1,10,20,4,40,14]
list_11 = list_10.reverse()
print (list_11)
我得到一个显示“无”的输出
有什么建议么?
鸿蒙传说
相关分类