fork download
  1. x = 0.7
  2. y = 0.2
  3. z = x+y
  4. print(z) # output 0.1+0.6 which should equal 0.7
Success #stdin #stdout 0.07s 14104KB
stdin
Standard input is empty
stdout
0.8999999999999999