O Level Papers!

M3 R5: Programming and Problem Solving through Python

Data Structures in Python

Set 6

15 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

16 Which of these about a dictionary is false?

एक ड़िक्शनरी के बारे में इनमें से कौन गलत है?

Previous Question Next Question

25 Which of the following isn’t true about dictionary keys?

निम्नलिखित में से कौन ड़िक्शनरी keys के बारे में सही नहीं है?

Previous Question