O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

5 Correcting the program code:

प्रोग्राम कोड को ठीक करना:

Previous Question Next Question

9 What will be the output of : infile.read(2)

निम्नलिखित कोड का आउटपुट क्या होगा? infile.read(2)

Previous Question Next Question

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

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

Previous Question Next Question

21 Which of the following is true for nested loops in Python?

पायथन में नेस्टेड लूप के लिए निम्नलिखित में से कौन सा सत्य है?

Previous Question Next Question

22 What is the purpose of the elif statement in Python?

पायथन में एलिफ स्टेटमेंट का पर्पज क्या है?

Previous Question Next Question

24 np.eye() is used for creating:

np.eye() का उपयोग बनाने के लिए किया जाता है:

Previous Question Next Question