O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 How are required arguments specified in the function heading?

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

Previous Question Next Question

10 What does the strip() method do in Python?

पाइथन में स्ट्रिप() विधि क्या करती है?

Previous Question Next Question

16 If a={5,6,7}, what happens when a.add(5) is executed?

यदि a = {5,6,7}, तो क्या होता है जब a.add (5) निष्पादित होता है?

Previous Question Next Question

17 Which of the following is a feature of DocString?

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

Previous Question Next Question

21 What will be the output of : infile.read(2)

निम्नलिखित कोड का आउटपुट क्या होगा? infile.read(2)

Previous Question Next Question

22 How is a function declared in Python ?

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

Previous Question Next Question

24 In NumPy, what does the SHAPE of an array mean?

NumPy में, सरणी के आकार का क्या अर्थ है?

Previous Question Next Question

25 What is identity array?

Identity Array क्या है?

Previous Question