O Level Papers!

M3 R5: Programming and Problem Solving through Python

Data Structures in Python

Set 10

9 List is mutable and Tuple is immutable?

सूची परिवर्तनीय है और ट्यूपल अपरिवर्तनीय है?

Previous Question Next Question

15 What will be the output of the following code snippet? a=[1,2,3,4,5,6,7,8,9] a[::2]=10,20,30,40,50,60 print(a)

निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा? a=[1,2,3,4,5,6,7,8,9] a[:2]= 10,20,30,40,50,60 print(a)

Previous Question Next Question

17 Which of the following statements given below is/are true?

नीचे दिए गए कथनों में से कौन - सा कथन सही है/हैं?

Previous Question Next Question

19 Which statement is correct?

कौन सा कथन सही है?

Previous Question Next Question

20 Dictionary has:

शब्दकोश में है:

Previous Question Next Question

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

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

Previous Question Next Question

24 Which of the following is true about Python strings?

पायथन स्ट्रिंग्स के बारे में निम्नलिखित में से कौन सा सच है?

Previous Question Next Question