O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 Which of the following statements is false about recursion?

निम्नलिखित में से कौन सा स्टेट्मेंट रिकर्शन के बारे में गलत है?

Next Question

3 What does the // operator do in Python?

// ऑपरेटर पायथन में क्या करता है?

Previous Question Next Question

6 Why does the name of local variables start with an underscore denote?

स्थानीय वेरिएबल्स का नाम अंडरस्कोर से क्यों शुरू होता है?

Previous Question Next Question

10 What is the purpose of an else block in loops?

लूप्स में else ब्लॉक का पर्पज़ क्या है?

Previous Question Next Question

14 In Python, the primary use of the tell() method is that:

पायथन में, tell() विधि का प्राथमिक उपयोग यह है कि:

Previous Question Next Question

15 How is a function declared in Python?

पायथन में फ़ंक्शन को कैसे घोषित किया जाता है?

Previous Question Next Question