O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 What is the data type of (1)?

(1) का डेटा प्रकार क्या है?

Previous Question Next Question

8 Which of the following is not a features of Python?

निम्नलिखित में से कौन पायथन की विशेषता नहीं है?

Previous Question Next Question

16 Which of the following is the use of id() function in python?

पायथन में id() फ़ंक्शन का उपयोग निम्नलिखित में से कौन सा है?

Previous Question Next Question

17 What is full form of PVM?

पीवीएम (PVM) का पूर्ण रूप क्या है?

Previous Question Next Question

19 What does the function re.match do?

फ़ंक्शन re.match क्या करता है?

Previous Question Next Question

23 Which one of the following is incorrect?

निम्नलिखित में से कौन सा गलत है?

Previous Question Next Question

24 Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:

मान लीजिए list1 = [0.5 * x for x in range(0, 4)], list1 है:

Previous Question Next Question