摘要: collections的常用类型有: 计数器(Counter) 双向队列(deque) 默认字典(defaultdict) 有序字典(OrderedDict) 可命名元组(namedtuple) 使用以上类型时需要导入模块 from collections import * 1. Counter C 阅读全文
posted @ 2018-04-08 16:41 Iron_boy 阅读(364) 评论(0) 推荐(0) 编辑