MCQ Answer

<p>What will be the output of the following Python code snippet?</p><pre><span style="font-size: 14px;">a = [0, 1, 2, 3]<br></span><span style="font-size: 14px;">for a[0] in a:<br></span><span style="font-size: 14px;">&nbsp; &nbsp; print(a[0])</span></pre>

What will be the output of the following Python code snippet?

a = [0, 1, 2, 3]
for a[0] in a:
    print(a[0])


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

a = [0, 1, 2, 3]
for a[0] in a:
    print(a[0])
Topic : Sequence data types in python

A. 0 1 2 3

B. 0 1 2 2

C. 3 3 3 3

D. error




Correct Answer is :

A. 0 1 2 3



Explanation
The value of a[0] changes in each iteration. Since the first value that it takes is itself, there is no visible error in the current example.
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