Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
4 + '3'
a) NameError
b) IndexError
c) ValueError
d) TypeError