摘要:
def getTxt(): txt = open("zmy.txt").read() txt = txt.lower() for ch in '!"@#$%^&*()+,-./:;?@[\\]_`~{|}': txt.replace(ch," ") return txt zmy = getTxt().split() sunstrset = s... 阅读全文
posted @ 2018-10-19 22:04
扁儿
阅读(130)
评论(0)
推荐(0)

浙公网安备 33010602011771号