To create sequences of numbers, NumPy provides a function __________ analogous to range that returns arrays instead of lists.
A. arange
B. aspace
C. aline
D. all of the mentioned
The question was posed to me in semester exam.
My question is taken from NumPy topic in division Developing Data Products and Working with NumPy of Data Science
The correct option is A. arange
Best explanation: When arange is used with floating point arguments, it is generally not possible to predict the number of elements obtained.