`print (np.arange(10, 100, 10)) # start=5 | stop=100 | step=10` to `print (np.arange(10, 100, 10)) # start=10 | stop=100 | step=10`