摘要: 命名元组(实例)import collections Sale=collections.namedtuple("Sale","productid customerid date quantity price") #productied customerid date quantity price对应 阅读全文
posted @ 2016-04-08 16:28 ppppppy 阅读(158) 评论(0) 推荐(0)