O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

5 Which of the following statement will be true.

निम्नलिखित में से कौन सा कथन सत्य होगा।

Previous Question Next Question

8 Python is a/an _________ language.

पायथन एक _________ भाषा है।

Previous Question Next Question

14 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

22 Istrip() method is used for :

Istrip() विधि का उपयोग इसके लिए किया जाता है:

Previous Question Next Question