O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

14 What is recursion in python?

पाइथन में रिकर्शन फंक्शन के है

Previous Question Next Question

21 What does the input() function do in Python?

पायथन में इनपुट() फ़ंक्शन क्या करता है?

Previous Question Next Question