What will be the output of the following Python code?
a=[(2,4),(1,2),(3,9)] a.sort() print(a)
निम्नलिखित Python कोड का आउटपुट क्या होगा?