import numpy as np
for _ in np.arange(0, 10, 0.01):
print(_)
Why are there outputs that suddenly have so many decimal places? Is it some kind of rounding off error? [I'm new to python and coding in general. I have snipped a picture for reference] :D