Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 2, in <module>
apples = sys.argv[1]
IndexError: list index out of rangeTest 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 2, in <module>
apples = sys.argv[1]
IndexError: list index out of rangeTest 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 2, in <module>
apples = sys.argv[1]
IndexError: list index out of rangeTest 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 2, in <module>
apples = sys.argv[1]
IndexError: list index out of range