O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 What is recursion in python?

पाइथन में रिकर्शन फंक्शन के है

Next Question

3 What is the full form of IDLE in Python

पायथन में निष्क्रिय का पूर्ण रूप क्या है

Previous Question Next Question

6 Which of the following statements given below is/are true?

नीचे दिए गए कथनों में से कौन - सा कथन सही है/हैं?

Previous Question Next Question

7 What is list data type in python?

अजगर में सूची डेटा प्रकार क्या है?

Previous Question Next Question

8 What is the output of the following code? a = set('dcma') b = set('mlpc') print(a^b)

निम्नलिखित कोड का परिणाम क्या है? a = set('dcma') b = set('mlpc') print(a^b)

Previous Question Next Question

10 What is the use of the zeros function in Numpy array in python?

अजगर में Numpy सरणी में शून्य फ़ंक्शन का क्या उपयोग है?

Previous Question Next Question

17 NumPy arrays used over lists because

NumPy ऐरे का उपयोग लिस्ट पर किया जाता है क्योंकि

Previous Question Next Question