O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 Python Programs are typed in

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

Previous Question Next Question

11 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

14 Which of the following function headers is correct ?

निम्नलिखित में से कौन सा फंक्शन हेडर सही है?

Previous Question Next Question

23 What is the data type of (1)?

(1) का डेटा प्रकार क्या है?

Previous Question Next Question