O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

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

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

Previous Question Next Question

11 Suppose d = {“john”:40, “peter”:45}, what happens when we try to retrieve a value using the expression d[“susan”]?

मान लीजिए d = {“john”:40, “peter”:45}, तब क्या होता है जब हम d[“susan”] अभिव्यक्ति का उपयोग करके मान प्राप्त करने का प्रयास करते हैं?

Previous Question Next Question

16 If a=(1,2,3,4), a[1:-1] is _________

यदि a = (1,2,3,4), एक [1: -1] _________ है

Previous Question Next Question

18 What are the attributes of numpy array?

Numpy सरणी के गुण क्या हैं?

Previous Question Next Question

20 Which statement is correct

कौन सा कथन सही है

Previous Question Next Question