Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Traceback (most recent call last):
    File "/workspace/default/tests.py", line 38, in
    test.assert_equals(dirReduc(a), ['NORTH', 'NORTH'])
    File "/workspace/default/solution.py", line 5, in dirReduc
    a.remove(arr[n])
    ValueError: list.remove(x): x not in list
    having this issue showing passed and shows exit code:1