Try with reading in the mode a : with open("filename.txt", "a") as f: f.write("text goes here...").
確定! 回上一頁