Vidyalelo
Python · Q13

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 13

Q13

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

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

Answer: Option A

Solution

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