O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

1 What is the use of seek() method in files?

फाइलों में seek() फंक्शन का क्या उपयोग है?

Next Question

8 Testing is known as -

परीक्षण को किस रूप में जाना जाता है -

Previous Question Next Question

9 random.shuffle() function shuffle value of

random.shuffle() फंक्शन किसकी वैल्यू को शफल करता है

Previous Question Next Question

11 What does size attribute in numpy use to find?

numpy में numpy एट्रिब्यूट का क्या उपयोग है

Previous Question Next Question

24 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