Does “IndexError: list index out of range” when trying to access the N’th item mean that my list has less than N items?
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?