O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 Which of these is the definition for packages in Python?

पायथन में पैकेजों की परिभाषा इनमें से कौन सी है?

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

10 Python Programs are typed in

पायथन प्रोग्राम टाइप किए गए हैं

Previous Question Next Question

12 What is identity array?

Identity Array क्या है?

Previous Question Next Question

13 What does the function re-search do?

फ़ंक्शन फिर से खोज क्या करता है?

Previous Question Next Question