O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 What is use of seek() method in files?

फ़ाइलों में सीक() विधि का उपयोग क्या है?

Next Question

4 How is a function declared in Python ?

पायथन में एक फ़ंक्शन कैसे घोषित किया जाता है?

Previous Question Next Question

8 range(3) in Python is equivalent to:

पायथन में range(3) के बराबर है:

Previous Question Next Question

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

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

Previous Question Next Question