Commit c2b687c8 by BellCodeEditor

auto save

parent d50e2128
Showing with 3 additions and 3 deletions
file=open(r'C:\Users\玛酷\Desktop\test.txt','w',encoding='utf-8')
file.write('8v56rbh')
file.ciose
file.ciose()
file=open(r'C:\Users\玛酷\Desktop\test.txt','a',encoding='utf-8')
file.write('8v56rbh')
file.ciose
file.write('8v56rh')
file.ciose()
with open(r'C:\Users\玛酷\Desktop\test.txt','w',encoding='utf-8') as file:
file.write('gbkegd')
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