What is the output of the following code ?
print(0.3 - (0.1 + 0.2))
It outputs -5.551115123125783e-170.1, 0.2 and 0.3 can be represented accurately in binary
Comment here: