I'm trying to skip the first 2 lines (from reading 3 files) then save back (I already got this done, all that's left is the line skipping)
Is there any way to do this?
I'm trying to skip the first 2 lines (from reading 3 files) then save back (I already got this done, all that's left is the line skipping)
Is there any way to do this?
This is one way of doing it. Perhaps it's a bit overkill, as it's not very efficient. (using
file()
would be much faster)