O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Next Question

3 What does the // operator do in Python?

// ऑपरेटर पायथन में क्या करता है?

Previous Question Next Question

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

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

Previous Question Next Question

13 Correct syntax of file.writelines is?

File.writelines का सही वाक्यविन्यास है?

Previous Question Next Question

20 Which of the following is not an advantage of using modules?

निम्नलिखित में से कौन सा मॉड्यूल का उपयोग करने का लाभ नहीं है?

Previous Question Next Question