阅读背景:

PythonStudy——列表的常用操作 List of common operations

来源:互联网 
# 1.索引取值: 列表名[index]
s1 = [1, 3, 2]
print(s1[0])
(



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

分享到: