निम्नलिखित पाइथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<pre><code>t1 = (1, 2, 4, 3)
t2 = (1, 2, 3, 4)
t1 < t2</code></pre>
निम्नलिखित में से कौन सा सेट बनाने के लिए सही सिंटैक्स नहीं है?<break-line><break-line>Which of the following is not the correct syntax for creating a set?
टपल में मानों तक पहुँचने के लिए स्क्वायर ब्रैकेट का उपयोग करें।<break-line><break-line>To access values in tuple, use square brackets for slicing along with index.