摘要: 1、list (1) python内置的一种数据类型是列表:list。list是一种有序的集合,可以随时添加和删除其中的元素。(有点类似c++中的链表?) 1 >>> classmates = ['Michael', 'Bob', 'Tracy'] 2 >>> classmates 3 ['Mich 阅读全文
posted @ 2017-02-16 15:37 niie9 阅读(137) 评论(0) 推荐(0) 编辑