Commit 2bd39034 by BellCodeEditor

auto save

parent 7b03059a
Showing with 3 additions and 1 deletions
......@@ -6,4 +6,5 @@ file=open(r'C:\Users\makcoo\Desktop\test.txt','a',encoding='utf-8')
file.write('vgh')
file.close()
with open(r'C:\Users\makcoo\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