Commit e834f28a by BellCodeEditor

save project

parent ef11410e
Showing with 2 additions and 0 deletions
...@@ -9,3 +9,4 @@ with open('C:\\Users\\admin\\Desktop\\test.txt','r',encoding='utf-8') as file: ...@@ -9,3 +9,4 @@ with open('C:\\Users\\admin\\Desktop\\test.txt','r',encoding='utf-8') as file:
for i in file: for i in file:
if'悟空最狗 0'in ii: if'悟空最狗 0'in ii:
print("在") print("在")
i=i.replace('悟空最狗 0','悟空最狗 -10000000')
\ 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