摘要: 1 print("西游记人物出场次数:") 2 import jieba 3 import time 4 start = time.perf_counter() 5 txt = open("西游记.txt","r",encoding="utf-8").read() 6 excludes={"一个", 阅读全文
posted @ 2021-11-13 23:50 熊能能 阅读(295) 评论(0) 推荐(0)