O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 Which of these is false about recursion?

इनमें से कौन सी पुनरावृत्ति के बारे में गलत है?

Previous Question Next Question

8 Who developed Python?

पायथन किसने विकसित किया?

Previous Question Next Question

16 How do you import NumPy in Python?

आप Python में NumPy कैसे इम्पोर्ट करते हैं?

Previous Question Next Question

17 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 Array processing package.

सरणी प्रसंस्करण पैकेज।

Previous Question Next Question