Commit 81fa3b56 by BellCodeEditor

save project

parent 9a424716
Showing with 3 additions and 0 deletions
...@@ -15,5 +15,7 @@ with open(r'C:\Users\Windows 7\Desktop\12.txt','r',encoding='utf-8')as b: ...@@ -15,5 +15,7 @@ with open(r'C:\Users\Windows 7\Desktop\12.txt','r',encoding='utf-8')as b:
i=i.replace('小强:10本','小强:15本') i=i.replace('小强:10本','小强:15本')
d+=i d+=i
print(d) print(d)
with open(r'C:\Users\Windows 7\Desktop\12.txt','w',encoding='utf-8')as b:
b.write(d)
#print('已查找到数据') #print('已查找到数据')
\ 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