O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 How are variable length arguments specified in the function heading?

फ़ंक्शन हेडिंग में वैरिएबल लेंथ आर्ग्यमन्ट कैसे स्पेसिफ़ाइड किए जाते हैं?

Previous Question Next Question

11 Which of the following is a feature of DocString?

डॉकस्ट्रिंग की निम्नलिखित में से कौन सी विशेषता है?

Previous Question Next Question

16 range(3) in Python is equivalent to:

पायथन में range(3) के बराबर है:

Previous Question Next Question

23 which one is the correct syntax to create an array of type float?

फ्लोट प्रकार की सरणी बनाने के लिए सही सिंटैक्स क्या है?

Previous Question Next Question

25 How is a function declared in Python?

पायथन में फ़ंक्शन को कैसे घोषित किया जाता है?

Previous Question