निम्नलिखित कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following code?<pre><code>m = '40' + '01'
print(m)</code></pre>
निम्नलिखित Python कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<pre><code>d1 = { "abc":5, "def":6, "ghi":7 }
print(d1[0])</code></pre>