O Level Papers!

M3 R5: Programming and Problem Solving through Python

Data Structures in Python

Set 5

14 What is the data type of (1)?

(1) का डेटा प्रकार क्या है?

Previous Question Next Question

15 If a=(1,2,3,4), a[1:-1] is _________

यदि a = (1,2,3,4), एक [1: -1] _________ है

Previous Question Next Question

18 Which of these about a set is not true?

इनमें से कौन सा एक सेट के बारे में सही नहीं है?

Previous Question Next Question

21 If a={5,6,7}, what happens when a.add(5) is executed?

यदि a = {5,6,7}, तो क्या होता है जब a.add (5) निष्पादित होता है?

Previous Question Next Question