O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 How are keyword arguments specified in the function heading?

फ़ंक्शन शीर्षक में कीवर्ड तर्क कैसे निर्दिष्ट किए जाते हैं?

Previous Question Next Question

6 The readlines() method reads and returns ______ .

रीडलाइन () विधि पढ़ती है और ______ लौटाती है।

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

19 In which format Binary file contains information?

बाइनरी फ़ाइल में सूचना किस प्रारूप में होती है?

Previous Question Next Question