Answers for "how to autosave in python"

2

how to autosave in python

file = open("YOUR TEXT FILE.txt", "w") #w for clear all txt and type and a for append
file.write("hi" + \n) #\n for newlie optional
file.close() #to close file

#Discord: Fighter x Yt#6699 ( dm for questions )
Posted by: Guest on March-05-2021

Code answers related to "how to autosave in python"

Python Answers by Framework

Browse Popular Code Answers by Language