Commit 9d3e4872 by BellCodeEditor

auto save

parent 1461785c
Showing with 2 additions and 1 deletions
......@@ -2,5 +2,5 @@ new_data=' '
with open(r'C:\Users\Admin\Desktop\test.txt','a',encoding='utf-8') as file1:
for data in file1:
data=data.replace('小兰:12本','小兰:15本')
new_data +=data
file1.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