O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

9 Which of the following isn’t true about dictionary keys?

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

Previous Question Next Question

13 What will tuple('abc') return?

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

Previous Question Next Question

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

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

Previous Question Next Question

19 Function of a compiler is to

एक संकलक का कार्य है

Previous Question Next Question

22 What is the output of the following code ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

निम्नलिखित कोड का परिणाम क्या है ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

Previous Question Next Question