Examveda

What will be the output of the following Python code snippet?
not(10<20) and not(10>30)

A. True

B. False

C. Error

D. No output

Answer: Option B


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean