Commit 5e15269c by BellCodeEditor

auto save

parent 871ee889
Showing with 2 additions and 2 deletions
...@@ -4,6 +4,6 @@ e.write('小兰:12本\n') ...@@ -4,6 +4,6 @@ e.write('小兰:12本\n')
e.close() e.close()
with open(r"C:\Users\Administrator\Desktop\1111.txt","a",encoding="utf-8") as e: with open(r"C:\Users\Administrator\Desktop\1111.txt","a",encoding="utf-8") as e:
e.write('小强:12本') e.write('小强:12本\n')
e.write('李明:15本') e.write('李明:15本\n')
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