Examveda

What will be the output of the following Python code snippet?
not(3>4)
not(1&1)

A. True
True

B. True
False

C. False
True

D. False
False

Answer: Option B


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean