fork download
  1. res = 5 / 2
  2. print("5 / 2 =", res)
  3.  
Success #stdin #stdout 0.03s 9548KB
stdin
Standard input is empty
stdout
5 / 2 = 2.5