Commit c4087c94 by BellCodeEditor

auto save

parent a50ceeec
Showing with 11 additions and 0 deletions
yf=''
with open(r'C:\Users\Administrator\Deskt.txt','r',encoding='utf-8') as zwl1:
for data in zwl1:
if 'v你看就吃v巽开了就成香女就吃v' in data:
data=data.replace('v你看就吃v巽开了就成香女就吃v','fgnfdjgfjgfdg')
yf+=data
with open(r'C:\Users\Administrator\Deskt.txt','w',encoding='utf-8') as zwl1:
zwl1.write(yf)
with open(r'C:\Users\Administrator\Deskt.txt','r',encoding='utf-8') as zwl1:
a=zwl1.read()
print(a)
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