Report Bug

Qus

What will be the output of the following Python code?

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

निम्नलिखित 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():


Solution
A. 1 2 3



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