fork download
  1. x = 0.5
  2. y = 1
  3. if x < y:
  4. print(x)
Success #stdin #stdout 0.02s 7072KB
stdin
Standard input is empty
stdout
0.5