O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

7 What is the order of namespaces in which Python looks for an identifier?

नामस्थानों का क्रम क्या है जिसमें पायथन एक पहचानकर्ता की तलाश करता है?

Previous Question Next Question

14 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