fork download
  1. def sri(d,v):
  2. print(d+v)
  3. a=int(input())
  4. b=int(input())
  5. sri(a,b)
Success #stdin #stdout 0.02s 7236KB
stdin
6
9
stdout
15