Commit bae5e6b4 by BellCodeEditor

auto save

parent 7e3a2ff3
Showing with 11 additions and 0 deletions
file=open(r'C:\Users\29018\Desktop\test.txt','w',encoding='utf-8')
file.write('f')
file.close()
file=open(r'C:\Users\29018\Desktop\test.txt','a',encoding='utf-8')
file.write('vgh')
file.close()
with open(r'C:\Users\29018\Desktop\test.txt','w',encoding='utf-8') as file:
file.write('gggg')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment