O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 What is standard module in Python?

पायथन में मानक मॉड्यूल क्या है?

Next Question

4 Which one of the following is incorrect?

निम्नलिखित में से कौन सा गलत है?

Previous Question Next Question

5 The for loop in Python is an ____ .

पॉयथन में फॉर लूप...... है ।

Previous Question Next Question

6 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 Which of these definitions correctly describes a module?

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

Previous Question Next Question