1.

What is the output of the code shown below? lst = [1, 2, 3] lst[3]

A. NameError
B. ValueError
C. IndexError
D. TypeError
Answer» D. TypeError


Discussion

No Comment Found