O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

9 Which is the most appropriate definition for recursion?

पुनरावृत्ति के लिए सबसे उपयुक्त परिभाषा कौन सी है?

Previous Question Next Question

25 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