Vidyalelo
Python · Q51

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 51

Q51

What is the result of not (10 > 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.