O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

7 What are the three different types of algorithm constructions ?

एल्गोरिथ्म निर्माण के तीन अलग - अलग प्रकार क्या हैं?

Previous Question Next Question

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

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

Previous Question Next Question

15 List is mutable and Tuple is immutable?

सूची परिवर्तनीय है और ट्यूपल अपरिवर्तनीय है?

Previous Question Next Question