SON#51
SON#51

Why is this number appearing like this...?

for z in range(4):
    print(z * 0.1)
#결과
#0.0
#0.1
#0.2
#0.300000000000000004

Comment
No comment