O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 What does pip stand for python?

पिप का मतलब पाइथॉन क्या है?

Previous Question Next Question

9 Which of the following is incorrect regarding variables in Python?

पायथन में चर के संबंध में निम्नलिखित में से कौन सा गलत है?

Previous Question Next Question

20 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

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