Q18
What will be the output of the following Python code snippet? not(3>4) not(1&1)
A.
True
True
True
B.
True
False
AnswerFalse
C.
False
True
True
D.
False
False
False
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board