Hello everyone,
I need a little help with the simple program in Python.
So the program I currently create must open the .txt file, find and replace
the specific word (or couple of words)
with some other words. For example, if there is a text that contains
word “House”, I want that program to change that word “House” to
“Street”. After that program needs to save that .txt file and close it.
My question is, which module I need to import to work with this kind of tasks?
I just want to make sure that Im doing this right, so any help is acceptable.