O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

19 The sleep function (under the time module) is used to ___________

स्लीप फ़ंक्शन (टाइम मॉड्यूल के अंडर) ___________ के लिए यूज़ किया जाता है

Previous Question Next Question

21 What is standard module in Python?

पायथन में मानक मॉड्यूल क्या है?

Previous Question Next Question

22 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