fork download
  1. test1 = input
  2. test2 = input
  3. qwe = test1 + test2
  4. print ("resault")
Runtime error #stdin #stdout #stderr 0.02s 27712KB
stdin
5
4
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
TypeError: unsupported operand type(s) for +: 'builtin_function_or_method' and 'builtin_function_or_method'