fork download
  1. x=int(input())
  2. y=int(input())
  3. if x>y:
  4. print(x)
  5. else: print(y)
Success #stdin #stdout 0.01s 7220KB
stdin
2
12
stdout
12