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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board