Python भाषा में, निम्नलिखित में से किसे variable के रूप में परिभाषित नहीं किया जा सकता?<break-line><break-line>In Python language, which of the following cannot be defined as variable?
निम्नलिखित कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following code?<pre><code>m = '40' + '01'
print(m)</code></pre>