Vidyalelo
Python · Q26

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 26

Q26

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

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.