O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

21 Which of the following precedence order is correct in Python?

पायथन में निम्नलिखित में से कौन सा वरीयता क्रम सही है?

Previous Question Next Question

23 Which of the following statement is correct about Getcwd() .

Getcwd () के बारे में निम्नलिखित में से कौन सा कथन सही है।

Previous Question Next Question

24 What is zeros() function in numpy use to?

numpy उपयोग में zeros() फ़ंक्शन क्या है?

Previous Question Next Question

25 What is a recursive function?

एक रिकर्सिव फंक्शन क्या है?

Previous Question