2021年4月20日

python常用数据结构模块--collections

摘要: import collections ''' python常用数据结构模块--collections collections是日常工作中的重点、高频模块,常用类型有: 计数器(Counter) 双向队列(deque) 参考源码 就是list 默认字典(defaultdict) 有序字典(Ordere 阅读全文

posted @ 2021-04-20 22:56 小胖子方法 阅读(162) 评论(0) 推荐(0) 编辑

导航