MCQ Answer

<p>What will be the output of the following Python code?</p><pre><span style="font-size: 14px;">a=[(2,4),(1,2),(3,9)]<br></span><span style="font-size: 14px;">a.sort()<br></span><span style="font-size: 14px;">print(a)</span></pre><div><br></div>

What will be the output of the following Python code?

a=[(2,4),(1,2),(3,9)]
a.sort()
print(a)



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

a=[(2,4),(1,2),(3,9)]
a.sort()
print(a)
Topic : Sequence data types in python

A. [(1, 2), (2, 4), (3, 9)]

B. [(2,4),(1,2),(3,9)]

C. Error because tuples are immutable एरर क्योंकि tuples अपरिवर्तनीय हैं

D. Error, tuple has no sort attribute एरर , टपल का कोई प्रकार नहीं है




Correct Answer is :

D. Error, tuple has no sort attribute



Explanation
A list of tuples is a list itself. Hence items of a list can be sorted.
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