Python 3 में यूजर से इनपुट स्वीकार करने के लिए कौन से फंक्शन का उपयोग किया जाता है<break-line><break-line>In Python 3, which functions are used to accept input from the user
उपरोक्त पायथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of above Python code?<pre><code>d1={"abc":5,"def":6,"ghi":7}
print(d1[0])</code></pre>