Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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" + 
) #
 for newlie optional
file.close() #to close file

#Discord: Fighter x Yt#6699 ( dm for questions )
 
PREVIOUS NEXT
Tagged: #autosave #python
ADD COMMENT
Topic
Name
1+5 =