1.

What is the output of the code shown below? if (9 < 0) and (0 < -9): print("hello") elif (9 > 0) or False: print("good") else: print("bad")

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


Discussion

No Comment Found