Commit 841ab412 by BellCodeEditor

save project

parent eeb0aae0
Showing with 4 additions and 0 deletions
......@@ -4,3 +4,7 @@ sb.write("小丽:11本\n")
sb.write("李文:9本\n")
sb.write("张伟:16本\n")
sb.close()
with open(r"C:\Users\CDLX\Desktop\book1.txt","a",encoding="utf-8") as bs:
bs.write("小强:12本")
bs.write("李明: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