Commit 476a2306 by BellCodeEditor

save project

parent 3942cc44
Showing with 5 additions and 0 deletions
......@@ -6,3 +6,8 @@ mc.write('张三:9本\n')
mc.write('书店老板:857本\n')
mc.close()
with open(r'd:\book.txt','a',encoding='utf-8')
mc.write('李四:18本\n')
mc.write('孔子:5541本\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