Find and Prompt Replace From Text File in Python

后端 未结 0 1170
一整个雨季
一整个雨季 2021-01-19 02:52

I have a script to find and replace parts of a text file:

f1 = open(\'input.txt\', \'r\')
f2 = open(\'output.txt\', \'w\')

checkWords = ("Hello",&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题