O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

9 Which of the following is false about “from ….. import …… " form of import?

निम्नलिखित में से कौन सा आयात के "from ….. import …… " रूप के बारे में गलत है?

Previous Question Next Question

10 PyPI stands for

PyPI का मतलब ____ है

Previous Question Next Question

11 What does np.zeros((2,3)) return?

Np.zeros ((2,3)) क्या लौटाता है?

Previous Question Next Question

14 What is the purpose of the in operator in Python?

पायथन में इन ऑपरेटर का उद्देश्य क्या है?

Previous Question Next Question

17 which is a correct way to open a file in python

पायथन में फ़ाइल खोलने के लिए किस फ़ंक्शन का उपयोग किया जाता है?

Previous Question Next Question

22 In python we can change the value of variable

अजगर में हम चर का मान बदल सकते हैं

Previous Question Next Question

24 Correcting the program code:

प्रोग्राम कोड को ठीक करना:

Previous Question Next Question