Commit 7bc72292 by BellCodeEditor

save project

parent a8d02629
Showing with 10 additions and 0 deletions
new=""
with open(r'C:\Users\EDZ\Desktop\wwww.txt','r',encoding="utf-8") as file:
for data in file:
if '小米:10本' in data:
data.replace('小米:10本','小米:11本')
new += data
with open(r'C:\Users\EDZ\Desktop\wwww.txt','w',encoding="utf-8") as file:
file.write(new)
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