0
import numpy as np

for _ in np.arange(0, 10, 0.01):
    print(_)

enter image description here

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

0 Answers0