A

Admin • 833K Points
Coach

Q. What is the output of the following code?

Code:
x = 5
y = 2
if x > y:
print("x is greater than y")
else:
print("y is greater than x")
  • (A) y is greater than x
  • (B) x is greater than y
  • (C) x=y
  • (D) None of these
  • Correct Answer - Option(B)
  • Views: 32
  • Filed under category Python
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.