Examveda

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: Option D


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python