Commit 1af7a25e by BellCodeEditor

save project

parent 99d38ec1
Showing with 7 additions and 0 deletions
...@@ -4,3 +4,10 @@ w.write('小兰:12本\n') ...@@ -4,3 +4,10 @@ w.write('小兰:12本\n')
w.write('小丽:11本\n') w.write('小丽:11本\n')
w.write('李文:9本\n') w.write('李文:9本\n')
w.write('张伟:16本\n') w.write('张伟:16本\n')
w.close()
w=open(r'C:\Users\A37\Desktop\zcx.txt','a',encoding="utf-8")
w.write('张伟:16本\n')
w.close()
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