Vidyalelo
Python · Q32

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 32

Q32

What will be the output of the following Python code? if (9 0) or False: print("good") else: print("bad")

A.
error
B.
hello
C.
good
Answer
D.
bad

Answer: Option C

Solution

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