fork download
  1. a=float(input())
  2. b=float(input())
  3. if a>b: print (a)
  4. else: print(b)
Success #stdin #stdout 0.09s 14108KB
stdin
-32
23
stdout
23.0