O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

8 If a is a dictionary with some key-value pairs, what does a.popitem() do?

यदि कुछ की-वैल्यू वाले पेअर के साथ एक ड़िक्शनरी है,तो a.popitem () क्या करता है?

Previous Question Next Question

9 What is the purpose of the elif statement in Python?

पायथन में एलिफ स्टेटमेंट का पर्पज क्या है?

Previous Question Next Question

10 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

13 What is full form of PVM?

पीवीएम (PVM) का पूर्ण रूप क्या है?

Previous Question Next Question