O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

13 What is the order of namespaces in which Python looks for an identifier?

नामस्थानों का क्रम क्या है जिसमें पायथन एक पहचानकर्ता की तलाश करता है?

Previous Question Next Question

14 If a={5,6,7}, what happens when a.add(5) is executed?

यदि a = {5,6,7}, तो क्या होता है जब a.add (5) निष्पादित होता है?

Previous Question Next Question

17 Which of these is not true about recursion?

इनमें से कौन सा रिकर्शन के बारे में सच नहीं है?

Previous Question Next Question

18 os.getlogin() function return?

os.getlogin() फ़ंक्शन क्या रिटर्न करेगा ?

Previous Question Next Question

19 Which statement is correct

कौन सा कथन सही है

Previous Question Next Question

22 PVM is often called

PVM को अक्सर कहा जाता है

Previous Question Next Question

24 What is the Full form of EOL?

EOL का फुल फॉर्म क्या है?

Previous Question Next Question