标签:python pre import int blog highlight port ons 创建
import collections as con #用namedtyuple创建一个类 classtuple = con.namedtuple(‘classtuple‘, [‘x‘, ‘y‘, ‘z‘]) #用这个类创建可命名元组对象 namet= classtuple(1,2,3) print (namet.x,namet.y,namet.z)
标签:python pre import int blog highlight port ons 创建
原文地址:http://www.cnblogs.com/xh4528/p/6538692.html