O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

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

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

Previous Question Next Question

5 The readlines() method reads and returns ______ .

रीडलाइन () विधि पढ़ती है और ______ लौटाती है।

Previous Question Next Question

8 Which of the following Numpy operation are correct?

निम्नलिखित में से कौन सा Numpy ऑपरेशन सही है?

Previous Question Next Question

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

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

Previous Question Next Question

19 What is an algorithm

एल्गोरिथ्म क्या है

Previous Question Next Question

22 random.shuffle() function shuffle value of

random.shuffle() फंक्शन किसकी वैल्यू को शफल करता है

Previous Question Next Question