Is it possible to read from a certain line onwards? In the example I cited below, I had want to read and use only from Line04 onwards
with open (fileList[0], 'rt') as filehandle:
for line in filehandle:
print line
# Output:
# This is a testing file
#
# v 1.05
# v -2.15