I\'m telling my program to print out line 53 of an output. Is this error telling me that there aren\'t that many lines and therefore can not print it out?
If you read a list from text file, you may get the last empty line as a list element. You can get rid of it like this:
list.pop() for i in list: i[12]=....