ReferenceMatharangeOn this pagearangelq.arange(start, end, step=1) Generates an array of numbers spaced by step in the interval [start, end). Parametersstart : int | floatStart of the range.end : int | floatEnd of the range (excluded).step : int | float default: 1Difference between consecutive values.