Vidyalelo
Python · Q41

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 41

Q41

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 negates the boolean value, resulting in False.