Here is the most convenient way to write one big string to a file: open('thefile.txt', 'w').write(all_the_text) # text to a text file open('abinfile', ...
確定! 回上一頁