python3 标准库一些总结(1)
摘要:1,统计个数(字符串,列表等)或者初始化字典,输出一个包含键和计数的字典或提供一个元素序列,还可以使用关键字参数讲字符串名映射到计数。 模块:collections 构造函数: Counter import collections text1 = "asbgewgrg2121aaassbsbgeee
阅读全文
posted @ 2019-08-09 16:46
posted @ 2019-08-09 16:46
posted @ 2019-08-09 16:12