O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 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

7 Which one of these is NOT true about recursion?

इनमें से कौन सा पुनरावृत्ति के बारे में सही नहीं है?

Previous Question Next Question

10 What does the function re-search do?

फ़ंक्शन फिर से खोज क्या करता है?

Previous Question Next Question

12 What function do you use to read a string?

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

Previous Question Next Question

18 What is recursion in python?

पाइथन में रिकर्शन फंक्शन के है

Previous Question Next Question

19 Numpy developed by?

Numpy किसके द्वारा विकसित किया गया है?

Previous Question Next Question