O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 random.shuffle() function shuffle value of

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

Previous Question Next Question

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

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

Previous Question Next Question

15 immutable means.

अपरिवर्तनीय साधन हैं।

Previous Question Next Question

18 What is the purpose of an else block in loops?

लूप्स में else ब्लॉक का पर्पज़ क्या है?

Previous Question Next Question

21 What are the attributes of numpy array?

Numpy सरणी के गुण क्या हैं?

Previous Question Next Question

22 What is the purpose of the in operator in Python?

पायथन में इन ऑपरेटर का उद्देश्य क्या है?

Previous Question Next Question

25 What is the purpose of the else block in a Python loop?

पायथन लूप में अन्य ब्लॉक का पर्पज क्या है?

Previous Question