MCQ Answer

<p>What will be the output of the following Python code?</p> <pre>a={'B':5,'A':9,'C':7}<br>print(sorted(a))</pre>

What will be the output of the following Python code?

a={'B':5,'A':9,'C':7}
print(sorted(a))


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

a={'B':5,'A':9,'C':7}
print(sorted(a))
Topic : Sequence data types in python

A. [‘A’,’B’,’C’]

B. [‘B’,’C’,’A’]

C. [5,7,9]

D. [9,5,7]




Correct Answer is :

A. [‘A’,’B’,’C’]



Explanation
Return a new sorted list of keys in the dictionary.
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