Examveda

What is the result of True & False ?

A. True

B. False

C. None

D. Error

Answer: Option B

Solution (By Examveda Team)

The & operator performs bitwise AND on the boolean values, resulting in False.

This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean