O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 Which statement is correct about Isalnum().

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

Previous Question Next Question

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

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

Previous Question Next Question

13 Which one of the following has the same precedence level?

निम्नलिखित में से किसका वरीयता स्तर समान है?

Previous Question Next Question

15 List is mutable and Tuple is immutable?

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

Previous Question Next Question