O Level Papers!

M3 R5: Programming and Problem Solving through Python

Data Structures in Python

Set 8

3 lstrip() method is used for :

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

Previous Question Next Question

4 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

11 What is the output of the following code ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

निम्नलिखित कोड का परिणाम क्या है ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

Previous Question Next Question