摘要: q =open('111.txt','r',encoding='utf-8') a = q.read().lower() q.close() d= a.replace(',',' ') c=d.replace("'" ,' ') e = c.split() print(e) j=set(e) exc 阅读全文
posted @ 2018-10-19 21:26 阿斯顿风格 阅读(105) 评论(0) 推荐(0)