Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (47.6k points)

I'm telling my program to print outline 53 of an output. Is this error telling me that there aren't that many lines and therefore can not print it out?

closed

1 Answer

+1 vote
by (106k points)
selected by
 
Best answer

You should know that indexing starts at 0 it means if you have a list with 53 items, the last one is thelist[52].

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...