摘要:
bigFile = open('big.txt',mode='r',encoding='utf-8') bigText = bigFile.read() bigFile.close() print(bigText) replaceList=[',','.',"'",'\n'] for c in replaceList: bigText = bigText.replace(c,'') ... 閱讀全文
posted @ 2018-06-20 21:54
龐偉豪
閱讀(326)
評論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號