Commit 37bfaebc by BellCodeEditor

auto save

parent 7c0f0d95
Showing with 13 additions and 0 deletions
wert=open(r'C:\Users\Administrator\Desktop\test13.txt','a',encoding='utf-8')
wert.write('小兰:12\n')
wert.write("小丽:11本\n")
wert.write('李文:9本\n')
wert.write('张伟:16本\n')
wert.close()
with open(r'C:\Users\Administrator\Desktop\test12.txt','a',encoding='utf-8')as
file:
wert.write("小兰:12\n")
wert.write("小丽:11本\n")
wert.write('李文:9本\n')
wert.write('张伟:16本\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