O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 Choose the correct option with respect to Python.

पाइथन के सन्दर्भ में सही विकल्प का चयन कीजिए

Previous Question Next Question

8 What will be the output of the following Python code? print("Welcome to Python".split())

निम्नलिखित पायथन कोड का आउटपुट क्या होगा? print("Welcome to Python".split())

Previous Question Next Question

12 What is the purpose of the else block in a Python loop?

पायथन लूप में अन्य ब्लॉक का पर्पज क्या है?

Previous Question Next Question

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

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

Previous Question Next Question

23 Which of these is not true about recursion?

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

Previous Question Next Question