fork download
  1. a = float(input())
  2. b = float(input())
  3. print(a + b)
  4.  
Success #stdin #stdout 0.02s 9344KB
stdin
3.5
4.7
stdout
8.2