摘要:
from collections import Counterwith open('a.txt', 'r+') as f: a = f.readlines() for i in range(len(a)): a[i] = a[i].strip().lower() b = [] a = dict(Co 阅读全文
posted @ 2020-08-31 21:31
Follow_Your_Heart
阅读(676)
评论(0)
推荐(0)
2020年8月31日