IndexError in python

>>> my_list = ['p','r','o','b','e']
>>> my_list[5]
...
IndexError: list index out of range 

No comments:

Post a Comment