摘要: #1. bigFile = open('big.txt',mode='r',encoding='utf-8') bigText=bigFile.read() bigFile.close() print(bigText) #2. replaceList=[',','.',"'",'\n'] for c 阅读全文
posted @ 2018-06-20 21:34 朱靖萍 阅读(96) 评论(0) 推荐(0)