O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 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

6 Which of the statements about modules is false?

मॉड्यूल के बारे में कौन से कथन गलत हैं?

Previous Question Next Question

9 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

17 Other name of Pseudo code

Pseudo code का अन्य नाम

Previous Question Next Question

20 What does pip stand for python?

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

Previous Question Next Question