(引用)Python 元素、元组、列表、字典的区别
摘要:转载:http://www.th7.cn/Program/Python/201407/231060.shtml 元素: 元组:tuple=('nice','to','meet','you') 列表:list=['nice','to','meet','you'] 字典:dic={'a':1,'b':2
阅读全文
posted @ 2016-12-30 11:26