Python में string को float में बदलने के लिए कौन सा function प्रयोग किया जाता है?<break-line><break-line>Which of the following functions converts a string to a float in Python?
निम्नलिखित प्रोग्राम का आउटपुट क्या होगा?<break-line><break-line>What is the output of the following program?<pre><code>print “Hello World”[::-1]</code></pre>
यदि string s="Welcome" है, तो निम्न में से कौन सा code गलत है?<break-line><break-line>Given a string s="Welcome", which of the following code is incorrect?