NIELIT O Level Exam

<p>What will be the output of the following Python code?</p> <pre><font color="#333333">a={1:"A",2:"B",3:"C"}<br></font><font color="#333333">for i in a:&nbsp;<br></font><font color="#333333">&nbsp; &nbsp; print(i,end=" ")</font></pre>

What will be the output of the following Python code?

a={1:"A",2:"B",3:"C"}
for i in a: 
    print(i,end=" ")


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

a={1:"A",2:"B",3:"C"}
for i in a: 
    print(i,end=" ")

A. 1 2 3

B. ‘A’ ‘B’ ‘C’

C. 1 ‘A’ 2 ‘B’ 3 ‘C’

D. Error, it should be: for i in a.items(): एरर , यह होनी चाहिए: i in a.items () में:




Correct Answer is :

A. 1 2 3



Explanation
The variable i iterates over the keys of the dictionary and hence the keys are printed.
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