O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

6 What is the output of the following code ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

निम्नलिखित कोड का परिणाम क्या है ? ms = ('A','D', 'H','U','N','I','C') print(ms[1:4])

Previous Question Next Question

24 Which of these about a dictionary is false?

एक ड़िक्शनरी के बारे में इनमें से कौन गलत है?

Previous Question Next Question