fork download
  1. x = float(1.0)
  2. y = float(2.0)
  3. z = float(x+y)
  4. print(z) # output the answer for 1+2
Success #stdin #stdout 0.07s 14112KB
stdin
Standard input is empty
stdout
3.0