O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 How are default arguments specified in the function heading?

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

Previous Question Next Question

13 Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:

मान लीजिए list1 = [0.5 * x for x in range(0, 4)], list1 है:

Previous Question Next Question

16 What is the pickling?

पिकलिंग क्या है?

Previous Question Next Question