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
AnswerD.
bad
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board