Vidyalelo
Python · Q12

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 12

Q12

What will be the output of the following Python code snippet? not(10 30)

A.
True
B.
False
Answer
C.
Error
D.
No output

Answer: Option B

Solution

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