我想在阅读文本文件时跳过前17行.
假设文件看起来像:
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 good stuff
我只想要好东西.我正在做的事情要复杂得多,但这是我遇到麻烦的部分.
python file skip lines
file ×1
lines ×1
python ×1
skip ×1