Vidyalelo
Python · Q18

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 18

Q18

What will be the output of the following Python code snippet? not(3>4) not(1&1)

A.
True
True
B.
True
False
Answer
C.
False
True
D.
False
False

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board