fork download
  1. a=float(input())
  2. b=float(input())
  3.  
  4. print(max(a, b))
Success #stdin #stdout 0.02s 7296KB
stdin
3
4
stdout
4.0