Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 7, in <module>
add(3,5)
TypeError: add() takes 1 positional argument but 2 were givenTest 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 7, in <module>
add(3,5)
TypeError: add() takes 1 positional argument but 2 were givenTest 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 7, in <module>
add(3,5)
TypeError: add() takes 1 positional argument but 2 were givenTest 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 7, in <module>
add(3,5)
TypeError: add() takes 1 positional argument but 2 were given