摘要: https://www.python.org/ftp/python/ 阅读全文
posted @ 2016-06-12 17:37 直到没朋友 阅读(126) 评论(0) 推荐(0)
摘要: 1、list :list是一种有序的集合,可以随时添加和删除其中的元素。 例: 1 classmates = ['Michael', 'Bob', 'Tracy'] 1 classmates = ['Michael', 'Bob', 'Tracy'] 1 classmates = ['Michael 阅读全文
posted @ 2016-06-12 10:38 直到没朋友 阅读(132) 评论(0) 推荐(0)