Commit 204afb04 by BellCodeEditor

auto save

parent 0a441551
Showing with 3 additions and 4 deletions
a=open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')
a.write('小强:10本\n')
a.close()
\ No newline at end of file
with open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8') as a:
a.write('小兰:10本\n')
\ 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