2018年6月20日

期末综合大作业:词频统计

摘要: #1, lFile = open('l.txt','r') lTest = lFile.read() lFile.close() print(lTest) #2, print(lTest.replace(',',' ')) print(lTest.replace("'",' ')) print(lT 阅读全文

posted @ 2018-06-20 21:27 刘婵 阅读(78) 评论(0) 推荐(0)

导航