摘要: 1.collections模块 是python中的扩展数据类型 1.1坐标表示与元组相同,为了区分引入namedtupleP=namedtuple('point',['x'],['y']) 1.2双端队列deque 阅读全文
posted @ 2019-07-13 11:43 眼见高楼起 阅读(111) 评论(0) 推荐(0)