Examveda What is the result of not (3 < 5) ? A. TrueB. FalseC. NoneD. ErrorAnswer: Option B Solution (By Examveda Team) The not operator returns the opposite of its operand's boolean value. This Question Belongs to Python Program >> Bitwise And Boolean
Join The Discussion