Examveda What is the result of True ^ False ? A. TrueB. FalseC. NoneD. ErrorAnswer: Option A Solution (By Examveda Team) The ^ operator performs bitwise XOR on the boolean values, resulting in True. This Question Belongs to Python Program >> Bitwise And Boolean
Solution (By Examveda Team) The ^ operator performs bitwise XOR on the boolean values, resulting in True.
Join The Discussion