O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 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

6 Python Programs are typed in

पायथन प्रोग्राम टाइप किए गए हैं

Previous Question Next Question

7 Which statement is correct about Isalnum().

Isalnum () के बारे में कौन सा कथन सही है।

Previous Question Next Question

8 What does the update() method do in a dictionary?

अपडेट() विधि शब्दकोश में क्या करती है?

Previous Question Next Question