O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 What is the current syntax of remove a file?

remove() फाइल का वर्तमान सिंटैक्स क्या है?

Previous Question Next Question

5 How are required arguments specified in the function heading?

फ़ंक्शन हेडिंग में आवश्यक आर्ग्यमन्ट कैसे स्पेसिफ़ाइड किए जाते हैं?

Previous Question Next Question

6 What will be the output of the following Python code? print("Welcome to Python".split())

निम्नलिखित पायथन कोड का आउटपुट क्या होगा? print("Welcome to Python".split())

Previous Question Next Question

9 What does the strip() method do in Python?

पाइथन में स्ट्रिप() विधि क्या करती है?

Previous Question Next Question

13 What is the primary purpose of NumPy in Python?

Python में NumPy का प्राथमिक उद्देश्य क्या है?

Previous Question Next Question

17 Choose the correct option with respect to Python..

पायथन के संबंध में सही विकल्प चुनें..

Previous Question Next Question

18 Suppose d = {“john”:40, “peter”:45}, what happens when we try to retrieve a value using the expression d[“susan”]?

मान लीजिए d = {“john”:40, “peter”:45}, तब क्या होता है जब हम d[“susan”] अभिव्यक्ति का उपयोग करके मान प्राप्त करने का प्रयास करते हैं?

Previous Question Next Question