Write to a file – with statement. We can use the with statement to close the file automatically. with open('file-new.txt', ...
確定! 回上一頁