O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 How are variable length arguments specified in the function heading?

फ़ंक्शन हेडिंग में वैरिएबल लेंथ आर्ग्यमन्ट कैसे स्पेसिफ़ाइड किए जाते हैं?

Next Question

3 What is 'pass' in python?

पायथन में 'pass' क्या है?

Previous Question Next Question

4 What is the purpose of the else block in a Python loop?

पायथन लूप में अन्य ब्लॉक का पर्पज क्या है?

Previous Question Next Question

5 filter() is used to

filter() का उपयोग करने के लिए किया जाता है

Previous Question Next Question

17 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