系统:Windows 10 Python:3.6.0
写在前面的话
[]
list
相关代码
a[1]
a[1,5,2]
a[-1]
a[::-1]
del
pop
append
insert(索引位置,拟插入元素)
代码示例
—-