I have got a python file with lines in specific order and I'm trying to add/remove lines in specific place in the file and then save it as a new one.
For example:
parameter1 = "some code..."
parameter2 = "some code..."
I would like to add an additional line(e.g. parameter3) between these lines and/or remove one of them.