摘要: import re import collections def count_word(path): result={} with open(path) as file_process: texts = file_process.read() # 小写 texts = texts.lower() # 阅读全文
posted @ 2021-11-23 13:03 邹昀昊 阅读(98) 评论(0) 推荐(0)