A

Admin • 833K Points
Coach

Q. What will be the output of the following Python code?

Code:
i=5
if i>11 : print ("i is greater than 11")
  • (A) No output
  • (B) Abnormal termination of program
  • (C) Both A and B
  • (D) None of the mentioned above
  • Correct Answer - Option(C)
  • Views: 22
  • 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.