निम्नलिखित पायथन स्टेटमेंट का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python statement?<pre><code>"abcd"[2:]</code></pre>
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?<break-line><break-line>What will be the output of following Python code snippet?<pre><code>for i in range(0, -2, -1):
print(i)</code></pre>
पाइथॉन लैंग्वेज में फाइल खोलने के लिए ......... फंक्शन का प्रयोग किया जाता है।<break-line><break-line>To open a file in python language ................. function is used.