O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

13 Which of these definitions correctly describes a module?

इनमें से कौन सी परिभाषा सही ढंग से एक मॉड्यूल का वर्णन करती है?

Previous Question Next Question

16 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

17 What does the update() method do in a dictionary?

अपडेट() विधि शब्दकोश में क्या करती है?

Previous Question Next Question

22 Which of the following function headers is correct ?

निम्नलिखित में से कौन सा फंक्शन हेडर सही है?

Previous Question Next Question