O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 The sequence logic will not be used while

____के समय सीक्वेंस लॉजिक का उपयोग नहीं किया जाएगा|

Previous Question Next Question

6 The readlines() method reads and returns ______ .

रीडलाइन () विधि पढ़ती है और ______ लौटाती है।

Previous Question Next Question

14 What does the is keyword do in Python?

पायथन में कीवर्ड क्या करता है?

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

25 Testing is known as -

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

Previous Question