Home / Programming MCQs / Python MCQs / Question

M

Manisha Agrawal • 9.32K Points
Tutor III

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

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.