Commit 5f76994b by BellCodeEditor

auto save

parent 97b8b989
Showing with 3 additions and 3 deletions
uy=open(r'C:\Users\cc\Desktop\test.txt','w',encoding='utf-8') uy=open(r'C:\Users\cc\Desktop\test.txt','w',encoding='utf-8')
uy1.write('过河') uy.write('过河')
uy1.close() uy.close()
\ No newline at end of file \ 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