摘要: 01 collections模块 namedtuple() 命名元组 # namedtuple() 命名元组 Rectangle = collections.namedtuple('Rectangle_class',['length','width']) # r = Rectangle(10,5) 阅读全文
posted @ 2020-07-04 21:30 ET-珩 阅读(94) 评论(0) 推荐(0)