O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 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

17 What is the Full form of EOL?

EOL का फुल फॉर्म क्या है?

Previous Question Next Question

19 What does the function re.match do?

फ़ंक्शन re.match क्या करता है?

Previous Question Next Question

20 What does random.shuffle(x) do when x = [1, 2, 3]?

जब x = [1, 2, 3] random.shuffle(x) क्या करता है?

Previous Question Next Question