Vidyalelo
Python · Q63

Exception Handling in Python

Programming · Python · question 63

Q63

What will be the output of the following Python code? t[5]

A.
IndexError
B.
NameError
Answer
C.
TypeError
D.
ValeError

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board