O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

7 What is the use of shape() in numpy?

numpy में shape() का उपयोग क्या है?

Previous Question Next Question

8 The sequence logic will not be used while

____के समय सीक्वेंस लॉजिक का उपयोग नहीं किया जाएगा|

Previous Question Next Question

13 What does random.shuffle(x) do when x = [1, 2, 3]?

जब x = [1, 2, 3] random.shuffle(x) क्या करता है?

Previous Question Next Question

16 Which of the following is a feature of DocString?

डॉकस्ट्रिंग की निम्नलिखित में से कौन सी विशेषता है?

Previous Question Next Question

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

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

Previous Question Next Question

19 The condition in the if statement should be in the form of

if स्टेटमेंट में शर्त इस प्रकार होनी चाहिए

Previous Question Next Question

25 Which statement is correct

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

Previous Question