0

why this code output isn't true

bn, nbn, smn = 1e+15, -1e+15, 1e-15
print(bn + nbn + smn == smn + bn + nbn) 
#this print false

please explain it

0 Answers0