摘要: 列表(list)赋值方法:l = [11,45,67,34,89,23]l = list()列表的方法: 1 #!/usr/bin/env python 2 3 class list(object): 4 """ 5 list() -> new empty list 6 l... 阅读全文
posted @ 2016-01-13 20:49 binges 阅读(250) 评论(0) 推荐(0) 编辑