MCQ Answer

<p>What is the output of the following?</p><pre>m=0<br>while m&lt;5:<br>&nbsp; &nbsp; m+=1<br>&nbsp; &nbsp; if m==3:<br>&nbsp; &nbsp; &nbsp; &nbsp; break<br>&nbsp; &nbsp; else: print(0)</pre><div><br></div>

What is the output of the following?

m=0
while m<5:
    m+=1
    if m==3:
        break
    else: print(0)



निम्नलिखित का आउटपुट क्या है?

m=0
while m<5:
    m+=1
    if m==3:
        break
    else:
print(0)
Topic : Operators Expressions and Python Statements

A. 0 1 2 0

B. 0 1 2 0 1 2

C. 0 0 1 0 2

D. error




Correct Answer is :

D. error



Explanation

hear the statement of else block is missing so it gives error

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad