O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 What type of language is Python?

पायथन किस प्रकार की भाषा है?

Previous Question Next Question

3 Suppose list1 is [1, 3, 2], What is list1 * 2?

मान लीजिए list1 [1, 3, 2] है, list1 * 2 क्या है?

Previous Question Next Question

7 What is the pickling?

पिकलिंग क्या है?

Previous Question Next Question

12 What is the purpose of the elif statement in Python?

पायथन में एलिफ स्टेटमेंट का पर्पज क्या है?

Previous Question Next Question

18 What is the purpose of the np.array() function in NumPy?

NumPy में np.array() फ़ंक्शन का उद्देश्य क्या है?

Previous Question Next Question

21 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