Commit ca35d337 by BellCodeEditor

save project

parent 8a179cf2
Showing with 3 additions and 2 deletions
......@@ -20,4 +20,5 @@ with open(r"C:\Users\86139\Desktop\text.txt",'r',encoding='utf-8') as file:
data=data.replace('小蓝:12本','小强:14本')
new_data+=data
with open(r"C:\Users\86139\Desktop\text.txt",'w',encoding='utf-8') as file:
file.write(new_data)
\ No newline at end of file
file.write(new_data)
\ 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