You opened the file for writing which is equivalent to a bash script that uses “>” [code]With open("file.txt", "w") as f: f.write("text\n") [/code]Is ...
確定! 回上一頁