Commit 45f5126d by BellCodeEditor

auto save

parent d41ed29c
Showing with 2 additions and 3 deletions
......@@ -9,5 +9,4 @@ file1 = open(r'C:\Users\Administrator\Desktop\text.txt','r',encoding = 'utf-8')
for data in file1:
if '小丽:11本' in data:
data = data.replace('小丽:11本','小丽:12本')
print(data)
\ No newline at end of file
print(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