Commit 476a2306 by BellCodeEditor

save project

parent 3942cc44
Showing with 6 additions and 2 deletions
......@@ -5,4 +5,9 @@ mc.write('小红:11本\n')
mc.write('张三:9本\n')
mc.write('书店老板:857本\n')
mc.close()
\ No newline at end of file
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