Report Bug

Qus

What will be the output of the following Python code?

a={1:"A",2:"B",3:"C"}
print(a.items())
Qus

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

a={1:"A",2:"B",3:"C"}
print(a.items())


A. Syntax error
B. dict_items([(‘A’), (‘B’), (‘C’)])
C. dict_items([(1,2,3)])
D. dict_items([(1, ‘A’), (2, ‘B’), (3, ‘C’)])


Solution
D. dict_items([(1, ‘A’), (2, ‘B’), (3, ‘C’)])



Explanation
The method items() returns list of tuples with each tuple having a key-value pair.
Latest Current Affairs 2024 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