O Level Papers!

M3 R5: Programming and Problem Solving through Python

Data Structures in Python

Set 12

10 What is the length of sys.argv?

Sys.argv की लेंथ क्या है?

Previous Question Next Question

12 How are keyword arguments specified in the function heading?

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

Previous Question Next Question

18 How are variable length arguments specified in the function heading?

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

Previous Question Next Question

20 How are default arguments specified in the function heading?

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

Previous Question Next Question

21 How are required arguments specified in the function heading?

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

Previous Question Next Question