MCQ Answer

<p>What will be the output of the following ?</p><pre><span style="font-size: 14px;">import numpy as np<br></span><span style="font-size: 14px;">a = np.arange(1,5,2)<br></span><span style="font-size: 14px;">print(a)</span></pre>

What will be the output of the following ?

import numpy as np
a = np.arange(1,5,2)
print(a)


निम्नलिखित का आउटपुट क्या होगा?

import numpy as np
a = np.arange(1,5,2)
print(a)
Topic : NumPy Basics

A. [1 3 5]

B. [1 3]

C. [1,3]

D. [1,2,3,4,5]




Correct Answer is :

B. [1 3]



Explanation

numpy.arange() function is used to create a numpy array from specified range. The Complete syntax of aranage function is :

arange(start,stop,step,dtype)

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad