I’m trying to loop from 0 to 1 using step sizes of 0.01 (for example). How would I go about doing this? The for i in range(start, stop, step) only takes integer arguments so floats won’t work.
I’m trying to loop from 0 to 1 using step sizes of 0.01 (for
Share
1 Answer