>>> L1=[1,2,3]
>>> L1[3]
Traceback (most recent call last):
File "<pyshell#18>", line 1, in <module>
IndexError: list index out of range
hey I am new to python and getting an error which i have never encountered