O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

7 All keywords in python are in ____

अजगर के सभी कीवर्ड ____ में हैं

Previous Question Next Question

8 List is mutable and Tuple is immutable?

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

Previous Question Next Question

14 What is the output of the following code? a = set('dcma') b = set('mlpc') print(a^b)

निम्नलिखित कोड का परिणाम क्या है? a = set('dcma') b = set('mlpc') print(a^b)

Previous Question Next Question

17 The syntax used to rename a file :

फ़ाइल का नाम बदलने के लिए प्रयुक्त सिंटैक्स:

Previous Question Next Question