O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

3 All keywords in python are in ____

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

Previous Question Next Question

7 Which of the following is not a features of Python?

निम्नलिखित में से कौन पायथन की विशेषता नहीं है?

Previous Question Next Question

15 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

21 What does the continue statement do in a loop?

लूप में कंटीन्यू स्टेटमेंट क्या करता है?

Previous Question Next Question