I'm unable to solve how can I open file for reading & writing from line 7 and to ignore everything above that line.
# Title #
<br />
2013-11-15
<br />
5
6
Random text
I did tried the method described here: python - Read file from and to specific lines of text
but it searches for specific match and includes the text above that line. I need the reverse, to include everything starting from line 7.