fork download
  1. a = eval(input())
  2. print(a)
  3. a = eval(input())
  4. print(a)
Success #stdin #stdout 0.01s 27704KB
stdin
4 + 5 + 6
"he"+"ll"+"o"
stdout
15
hello