O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

14 What is the current syntax of remove a file?

remove() फाइल का वर्तमान सिंटैक्स क्या है?

Previous Question Next Question

18 Which of these is the definition for packages in Python?

पायथन में पैकेजों की परिभाषा इनमें से कौन सी है?

Previous Question Next Question

21 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

23 What is the data type of (1)?

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

Previous Question Next Question

24 Array processing package.

सरणी प्रसंस्करण पैकेज।

Previous Question Next Question