O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 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

8 What is use of seek() method in files?

फ़ाइलों में सीक() विधि का उपयोग क्या है?

Previous Question Next Question

21 What function do you use to read a string?

एक स्ट्रिंग को रीड करने के लिए आप किस फ़ंक्शन का यूज़ करते हैं?

Previous Question Next Question

22 Recursive function is

रिकर्सिव फंक्शन _______है

Previous Question Next Question

24 What does pip stand for python?

पिप का मतलब पाइथॉन क्या है?

Previous Question Next Question