摘要:
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) exclude={'a','the','i','you','in','do',' 阅读全文
posted @ 2018-10-15 11:04
DT_TD
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号