A

Admin • 832.27K Points
Coach

Q. Execution of which statement is not dependent on the condition?

Code:
if i <=4 :
print("Hello") #Statement 1
print("How") #Statement 2
else:
print("are") #Statement 3
print("You") #Statement 4
  • (A) Statement 1
  • (B) Statement 2
  • (C) Statement 3
  • (D) Statement 4
  • Correct Answer - Option(D)
  • Views: 17
  • 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.