Vidyalelo
Python · Q7

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 7

Q7

What is the result of 'not True' ?

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.