O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

5 What is the purpose of an else block in loops?

लूप्स में else ब्लॉक का पर्पज़ क्या है?

Previous Question Next Question

8 What does the function re-search do?

फ़ंक्शन फिर से खोज क्या करता है?

Previous Question Next Question

10 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

11 lstrip() method is used for :

lstrip () फंक्शन का उपयोग इसके लिए किया जाता है:

Previous Question Next Question

12 Which of the following is not an advantage of using modules?

निम्नलिखित में से कौन सा मॉड्यूल का उपयोग करने का लाभ नहीं है?

Previous Question Next Question

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

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

Previous Question Next Question

18 What will tuple('abc') return?

Tuple(' abc ') क्या लौटाएगा?

Previous Question Next Question