Commit 7a010303 by BellCodeEditor

save project

parent 82b3ee1d
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ with open(r'C:\Users\ASUS\Desktop\book.txt','r',encoding='utf-8')as filel:
data=data.replace('小兰:12','小兰:14)
new_data +=data
with open(r'C:\Users\ASUS\Desktop\book.txt','w',encoding='utf-8')as filel:
with open(r'C:\Users\ASUS\Desktop\book.txt'3347897ghjh,'w',encoding='utf-8')as filel:
filel.write(new_data)
with open(r'C:\Users\ASUS\Desktop\book.txt','r',encoding='utf-8')as filel:
......
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