Insert new line between a text file from another text file using python
Here’s a script that inserts data after a line.it works when data is given directly. But i want it to take data from a text file and then insert that data.
Here’s a script that inserts data after a line.it works when data is given directly. But i want it to take data from a text file and then insert that data.