O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 What is unpickling?

अनपिकलिंग क्या है

Next Question

2 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

4 How are keyword arguments specified in the function heading?

फ़ंक्शन शीर्षक में कीवर्ड तर्क कैसे निर्दिष्ट किए जाते हैं?

Previous Question Next Question

5 What is the output of the following code ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

निम्नलिखित कोड का परिणाम क्या है ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

Previous Question Next Question

18 What is an algorithm

एल्गोरिथ्म क्या है

Previous Question Next Question

21 immutable means.

अपरिवर्तनीय साधन हैं।

Previous Question Next Question