摘要:
f=open('A Defence of Virginia.txt',mode='r',encoding='utf-8') T=f.read() f.close() replacelist=['.' , '?' , '!' , ':' , ';' , '"' , "'" ,',','(',')','\ufeffPREFACE'] for c in re 阅读全文
posted @ 2018-06-13 21:34
谢斐
阅读(95)
评论(0)
推荐(0)