I don't know the reason for this output("False"). Please explain.
sum=0
for i in range(10):
sum+=0.1
print (sum==1.0)
I don't know the reason for this output("False"). Please explain.
sum=0
for i in range(10):
sum+=0.1
print (sum==1.0)