Q41
What is the result of not True ?
A.
True
B.
False
AnswerC.
None
D.
Error
Answer: Option B
Solution
Answer: Option B
Solution:
The not operator negates the boolean value, resulting in False.
Python MCQs: Bitwise and Boolean Operations Chapter
Programming · Python · question 41
Q41
Answer: Option B