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