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
This question is part of this quiz :
Python Numpy Quiz