Commit 0661707e by BellCodeEditor

save project

parent 2aa38a1f
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ with open(r"C:\Users\Administrator\Desktop\a.txt","w",encoding="utf-8")as f: ...@@ -4,4 +4,4 @@ with open(r"C:\Users\Administrator\Desktop\a.txt","w",encoding="utf-8")as f:
f.write('小丽:11本\n') f.write('小丽:11本\n')
f.write("李文:9本\n") f.write("李文:9本\n")
f.write("张伟:16本\n") f.write("张伟:16本\n")
f.colse() f.colse()
\ No newline at end of file \ 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