Commit 4c96d5cc by BellCodeEditor

auto save

parent 72b741ee
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
#a.close() #a.close()
with open(r'C:\Users\Administrator\Desktop\新建文本文档.txt','a',encoding='utf-8') as b: with open(r'C:\Users\Administrator\Desktop\新建文本文档.txt','a',encoding='utf-8') as b:
b.write('\n小强:12本\n李明:15本') b.write('小强:12本\n李明:15本')
\ 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