fork download
  1. m=int(input())
  2. n=int(input())
  3. print("str(m+n)")
Success #stdin #stdout 0.03s 9308KB
stdin
17
25
stdout
str(m+n)