MCQ Answer

<p>What will be the output of the following Python code?</p><pre>for i in range(5):<br>&nbsp; &nbsp; if i == 5:<br>&nbsp; &nbsp; &nbsp; &nbsp; break<br>&nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; &nbsp; print(i)<br>else:<br>&nbsp; &nbsp; print("Here")</pre>

What will be the output of the following Python code?

for i in range(5):
    if i == 5:
        break
    else:
        print(i)
else:
    print("Here")


निम्नलिखित Python कोड का आउटपुट क्या होगा?

for i in range(5):
    if i == 5:
        break
    else:
        print(i)
else:
    print("Here")
Topic : Operators Expressions and Python Statements

A. 0 1 2 3 4 Here

B. 0 1 2 3 4 5 Here

C. 0 1 2 3 4

D. 1 2 3 4 5




Correct Answer is :

A. 0 1 2 3 4 Here



Explanation
The else part is executed if control doesn’t break out of the loop.
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