Commit 1d603c32 by BellCodeEditor

save project

parent 026a6bbb
Showing with 3 additions and 3 deletions
......@@ -3,5 +3,5 @@ with open(r"C:\Users\Administrator\Desktop\a.txt","w+",encoding="utf-8")as f:
for i in f:
i.replace("小兰:12本","小兰:14本")
for i in f:
f.close()
\ No newline at end of file
print(i)
f.close()
\ 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