O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 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)

Next Question

2 How is a function declared in Python?

पायथन में फ़ंक्शन को कैसे घोषित किया जाता है?

Previous Question Next Question

15 Which of the following is true about Python strings?

पायथन स्ट्रिंग्स के बारे में निम्नलिखित में से कौन सा सच है?

Previous Question Next Question

17 What is Full form of LEGB ?

LEGB का फुल फॉर्म क्या है?

Previous Question Next Question

25 If a=(1,2,3,4), a[1:-1] is _________

यदि a = (1,2,3,4), एक [1: -1] _________ है

Previous Question