file open("yourfilename.txt", "a")
file.write( str(your_variable))
file.close()
file = open("youfilename.txt", "r")
print(file.read())
By SlashReal | Coding_tuts | 6 Apr 2023
file open("yourfilename.txt", "a")
file.write( str(your_variable))
file.close()
file = open("youfilename.txt", "r")
print(file.read())
How do you rate this article?
1
Programming tutorials
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.Page not displaying correctly?