fork download
  1. a = 2.49
  2. print("{:.0f} + {:.0f} = {:.0f}".format(a, a, a+a))
Success #stdin #stdout 0.01s 7736KB
stdin
Standard input is empty
stdout
2 + 2 = 5