O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 The syntax of seek() is: file_object.seek(offset [, reference_point]) What does the reference_point indicate?

seek () का सिंटैक्स है: file_object.seek(offset [, Reference_point]) रेफरेंस_पॉइंट क्या दर्शाता है?

Previous Question Next Question

5 which one is the correct syntax to create an array of type float?

फ्लोट प्रकार की सरणी बनाने के लिए सही सिंटैक्स क्या है?

Previous Question Next Question

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

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

Previous Question Next Question

19 What is mean by dynamically typed language

गतिशील रूप से टाइप की गई भाषा का क्या मतलब है

Previous Question Next Question

20 What is unpickling?

अनपिकलिंग क्या है

Previous Question Next Question

22 What is 'pass' in python?

पायथन में 'pass' क्या है?

Previous Question Next Question

23 The readlines() method reads and returns ______ .

रीडलाइन () विधि पढ़ती है और ______ लौटाती है।

Previous Question Next Question

25 What is Full form of LEGB ?

LEGB का फुल फॉर्म क्या है?

Previous Question