O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

16 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 NumPy arrays used over lists because

NumPy ऐरे का उपयोग लिस्ट पर किया जाता है क्योंकि

Previous Question Next Question