निम्नलिखित में से कौन सी फाइल किसी टेक्स्ट एडिटर में खोली जा सकती है?<break-line><break-line>Which of the following file can be opened in any text editor?
निम्नलिखित कोड का उद्देश्य क्या है?<break-line><break-line>What is the purpose of the following code?<pre><code>import numpy as np
z=[1,2,3]
y=np.array(z)</code></pre>