fork download
  1. x=int(10)
  2. y=int(2)
  3. if x>y:
  4. print("x")
  5. else:print("y")
Success #stdin #stdout 0.03s 9160KB
stdin
Standard input is empty
stdout
x