Examveda What is the result of True & False ? A. TrueB. FalseC. NoneD. ErrorAnswer: 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
Solution (By Examveda Team) The & operator performs bitwise AND on the boolean values, resulting in False.
Join The Discussion