निम्नलिखित में से कौन सा फंक्शन पाइथन में बिल्ट-इन फंक्शन है?<break-line><break-line>Which of the following functions is a built-in function in python?
निम्न प्रोग्राम का आउटपुट क्या है: Print "Hello World"[::-1]<break-line><break-line>What is the output of the following program: print "Hello World"[::-1]
निम्नलिखित में से कौन सा फंक्शन पायथन में दिनांक को संबंधित समय में परिवर्तित करता है?<break-line><break-line>Which of the following functions converts date to corresponding time in Python?
कमांड प्रॉम्प्ट से पायथन शुरू करने के लिए, ______ कमांड का प्रयोग करें<break-line><break-line>To start Python from the command prompt, use the command ______
पायथन में दिनांक समय संगणना को संभालने के लिए निम्नलिखित में से किस मॉड्यूल को इम्पोर्ट करने की आवश्यकता है?<break-line><break-line>Which of the following modules need to be imported to handle date time computations in Python?