What will be the output of the following Python code snippet?
not(10<20) and not(10>30)
        not(10<20) and not(10>30)A. True
B. False
C. Error
D. No output
Answer: Option B
Related Questions on Bitwise and Boolean
not(10<20) and not(10>30)A. True
B. False
C. Error
D. No output
Answer: Option B
Join The Discussion