Vidyalelo
Python · Q60

Exception Handling in Python

Programming · Python · question 60

Q60

What will be the output of the following Python code, if the time module has already been imported? 4 + '3'

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

Answer: Option D

Solution

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