Commit f5483f6e by BellCodeEditor

save project

parent d2a7d8b7
Showing with 3 additions and 2 deletions
...@@ -4,4 +4,5 @@ filet.write("小丽:11本\n") ...@@ -4,4 +4,5 @@ filet.write("小丽:11本\n")
filet.write("李文:11本\n") filet.write("李文:11本\n")
filet.write("张伟:11本\n") filet.write("张伟:11本\n")
file1.close() file1.close()
with open(r"C") with open(r"C:\User\CM\Desktop\book.txt""a",encoding="utf-8") as file:
\ No newline at end of file file.write(小强)
\ No newline at end of file
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