O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

8 What does the // operator do in Python?

// ऑपरेटर पायथन में क्या करता है?

Previous Question Next Question

10 NumPY stands for:

NumPY का पूर्ण रूप है:

Previous Question Next Question

15 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

16 Which of the following statement is false about recursion:

रिकर्सन के बारे में निम्नलिखित में से कौन सा कथन गलत है:

Previous Question Next Question

19 All keywords in python are in ____

अजगर के सभी कीवर्ड ____ में हैं

Previous Question Next Question

20 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