0
print(0.1==0.2-0.1) print (0.1==0.5-0.4) Why is the output true, false and not true, true?
print(0.1==0.2-0.1) print (0.1==0.5-0.4) true false Why is the output true, false and not true, true?
1 Respuesta
print(0.1==0.2-0.1) print (0.1==0.5-0.4) true false Why is the output true, false and not true, true?