Python | Numpy Quiz | Question 7

Last Updated :
Discuss
Comments

What does the np.arange(5, 15, 2) function in NumPy do?

Creates an array with values from 5 to 15

Creates an array with values from 5 to 14 with a step of 2

Creates an array with values from 5 to 15 with a step of 2

Creates an array with values from 5 to 14

Share your thoughts in the comments