Report Bug

Qus

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")
Qus

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

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


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


Solution
A. 0 1 2 3 4 Here



Explanation
The else part is executed if control doesn’t break out of the loop.
Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad