NIELIT O Level Exam

<p>What will be the output of the following Python code?</p><pre><span style="font-size: 14px;">i = 1<br></span><span style="font-size: 14px;">while True:<br></span><span style="font-size: 14px;">&nbsp; &nbsp; if i%7 == 0:<br></span><span style="font-size: 14px;">&nbsp; &nbsp; &nbsp; &nbsp; break<br></span><span style="font-size: 14px;">&nbsp; &nbsp; print(i)<br></span><span style="font-size: 14px;">&nbsp; &nbsp; i += 1</span></pre>

What will be the output of the following Python code?

i = 1
while True:
    if i%7 == 0:
        break
    print(i)
    i += 1


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

i = 1
while True:
    if i%7 == 0:
        break
    print(i)
    i += 1

A. 1 2 3 4 5 6

B. 1 2 3 4 5 6 7

C. error एरर

D. none of the mentioned इनमें से कोई नहीं




Correct Answer is :

A. 1 2 3 4 5 6



Explanation
Control exits the loop when i becomes 7.
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