O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 What is the output of the following code? a = set('dcma') b = set('mlpc') print(a^b)

निम्नलिखित कोड का परिणाम क्या है? a = set('dcma') b = set('mlpc') print(a^b)

Previous Question Next Question

13 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

20 What is the data type of elements in a NumPy array?

NumPy ऐरे में तत्वों का डेटा प्रकार क्या है?

Previous Question Next Question

23 Work of tell() method in file processing is

फाइल प्रोसेसिंग में tell() फंक्शन का कार्य है

Previous Question Next Question