O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 What is list data type in python?

अजगर में सूची डेटा प्रकार क्या है?

Previous Question Next Question

5 What does np.zeros((2,3)) return?

Np.zeros ((2,3)) क्या लौटाता है?

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

13 os.getlogin() function return?

os.getlogin() फ़ंक्शन क्या रिटर्न करेगा ?

Previous Question Next Question

21 Which of the following is a feature of DocString?

डॉकस्ट्रिंग की निम्नलिखित में से कौन सी विशेषता है?

Previous Question Next Question

25 What will tuple('abc') return?

Tuple(' abc ') क्या लौटाएगा?

Previous Question