

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following code, if the time module has already been imported? 4 + '3' |
A. | NameError |
B. | IndexError |
C. | ValueError |
D. | TypeError |
Answer» E. | |