

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the followingPython code snippet?not(10<20) and not(10>30) |
A. | true |
B. | false |
C. | error |
D. | no output |
Answer» C. error | |