Commit ba6239a8 by BellCodeEditor

auto save

parent 42dc6118
Showing with 3 additions and 2 deletions
......@@ -5,7 +5,7 @@
# file1.write('李文:9本')
# file1.write('张伟:16本')
# file1.close()
with open(r'C:\Users\CM\Desktop\没吃到巧克力,QQ糖和傻样的快气死了的还我名字写错了的SB李明泽.txt','a',encoding='utf-8') as file:
file.write('小强:12本\n')
with open(r'C:\Users\凤凰机器人\Desktop\没吃到巧克力,QQ糖和傻样的快气死了的还把我名字写错了的SB李明泽.txt','a',encoding='utf-8') as file:
file.write('小强:12本\n')
file.write('李明:12本\n')
file.close()
\ 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