निम्नलिखित का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following?<pre><code>import numpy as np
print(np.maximum([2, 3, 4], [1, 5, 2]))</code></pre>
“from …. import ……” इम्पोर्ट फॉर्म के बारे में कौन सा असत्य है?<break-line><break-line>Which of the following is false about “from …. import ……” form of import?
A.The syntax is: from modulename import identifier
B.This form of import does not import anything
C.The namespace of imported module becomes part of importing module
D.The identifiers in module are accessed directly as: identifier
फ्लोचार्ट के स्टार्ट और स्टॉप को दर्शाने के लिए किस प्रतीक का प्रयोग किया जाता है?<break-line><break-line>What is the symbol used to represent start and stop of a flowchart ?