O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

8 Which of the following statements is false about recursion?

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

Previous Question Next Question

10 Which of these is the definition for packages in Python?

पायथन में पैकेजों की परिभाषा इनमें से कौन सी है?

Previous Question Next Question

21 Suppose d = {“john”:40, “peter”:45}, what happens when we try to retrieve a value using the expression d[“susan”]?

मान लीजिए d = {“john”:40, “peter”:45}, तब क्या होता है जब हम d[“susan”] अभिव्यक्ति का उपयोग करके मान प्राप्त करने का प्रयास करते हैं?

Previous Question Next Question