

MCQOPTIONS
Saved Bookmarks
1. |
Compare the following two Python codes shown below and state the output if the input entered in each case is -6? |
A. | ValueError, NameError |
B. | AttributeError, ValueError |
C. | NameError, TypeError |
D. | TypeError, ValueErrorView Answer |
Answer» B. AttributeError, ValueError | |