摘要:
1.List数据结构,列表,可改变 (1.1)list可以用来处理一群不同类型的数据 a = ['ad','fdfd',123,3.455,'数据'] 注意:要想让list里面支持中文字符,需引进uniout模块,即import uniout (1.2)list可以使用下标操作,例如:a[0],a[ 阅读全文
posted @ 2017-05-10 14:48
LyndonYoung
阅读(383)
评论(0)
推荐(0)