列表
list=[‘1‘,‘2‘]
元组
zoo=(‘1‘,‘2‘‘3‘)
字典
d = {key1 : value1, key2 : value2 }
Python学习日记之记录
原文:http://www.cnblogs.com/mokero/p/6662142.html