Commit 026a6bbb by BellCodeEditor

save project

parent 507d35dc
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:
i.replace("小兰:12本","小兰:14本") i.replace("小兰:12本","小兰:14本")
for i in f: for i in f:
f.close() f.close()
\ 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