If you want to read or write a text file with Python, it is necessary to first open the file. ... open('a-new-file.txt', mode='r', encoding='utf-8').read()
確定! 回上一頁