Commit 8a4bc1f4 by BellCodeEditor

save project

parent 26b9c02d
Showing with 5 additions and 3 deletions
......@@ -7,5 +7,5 @@ f.write('张伟:16本\n')
f.close()
with open("f.txt",'a',encoding="utf-8") as f1:
f.write('小强:12本\n')
f.write('李明:15本\n')
\ No newline at end of file
f1.write('小强:12本\n')
f1.write('李明:15本\n')
\ No newline at end of file
......@@ -2,3 +2,5 @@
小丽:11本
李文:9本
张伟:16本
小强:12本
李明:15本
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