fork download
  1. a = int(input())
  2. b = int(input())
  3. m = 0
  4. if a > b:
  5. m = a
  6. else:
  7. m = b
  8. print(m)
Success #stdin #stdout #stderr 0.02s 6864KB
stdin
1
2
stdout
Standard output is empty
stderr
ERROR: /home/mYgamX/prog:8:7: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit