O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 What is range() Funciton ?

range() Funciton क्या है?

Previous Question Next Question

12 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

18 Which of the following statement is correct about Getcwd() .

Getcwd () के बारे में निम्नलिखित में से कौन सा कथन सही है।

Previous Question Next Question

23 lstrip() method is used for :

lstrip () फंक्शन का उपयोग इसके लिए किया जाता है:

Previous Question Next Question