Vidyalelo
Python · Q52

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 52

Q52

What is the result of not (3 < 5) ?

A.
True
B.
False
Answer
C.
None
D.
Error

Answer: Option B

Solution

Answer: Option B
Solution:
The not operator returns the opposite of its operand's boolean value.