You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/code/tmp8dl2laag.py", line 60, in run_tests passed =
compare_results(result, test['expected']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/code/tmp8dl2laag.py", line 25, in compare_results expected = eval(expected);
return result[0]*result[1] == expected[0]*expected[1] and result[0] >= result[1]
and abs(result[0]-result[1]) <= abs(expected[0]-expected[1]) ~~~~~~^^^ IndexError: list index out of range
Reproduction:
Go to "Construct the Rectangle" and execute the following code:
Log:
Reproduction:
Go to "Construct the Rectangle" and execute the following code:
The text was updated successfully, but these errors were encountered: