निम्नलिखित 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>
Python भाषा में, निम्नलिखित में से किसे variable के रूप में परिभाषित नहीं किया जा सकता?<break-line><break-line>In Python language, which of the following cannot be defined as variable?
Python में एक in-built interactive shell के रूप में आने वाले GUI का नाम क्या है?<break-line><break-line>What is the name of the GUI that comes in-built as an interactive shell with Python?