摘要: import mathmList = ['Tom','Joy','Mal']mTuple = (1,2,'Tom')mDict = {'Tom':99,'Joy':88,'Mal':77}mSet = set([1,2,3])mStr = 'ABCD'mGenerator = (x * x for 阅读全文
posted @ 2016-01-26 14:34 WhoYou 阅读(208) 评论(0) 推荐(0) 编辑