O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

12 Which of the following function headers is correct ?

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

Previous Question Next Question

15 What is the output of the following code? a = set('dcma') b = set('mlpc') print(a^b)

निम्नलिखित कोड का परिणाम क्या है? a = set('dcma') b = set('mlpc') print(a^b)

Previous Question Next Question

16 Which of these about a dictionary is false?

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

Previous Question Next Question

18 Which of these is false about recursion?

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

Previous Question Next Question