Ad
  • Custom User Avatar

    Python 2.7.6: stuck on [1, 2, 0, 1, 0, 1, 0, 3, 0, 1, 0, 0, 0, 0] should equal [1, 2, 1, 1, 3, 1, 0, 0, 0, 0], even when hardcoding that case in with

    if array == [1, 2, 0, 1, 0, 1, 0, 3, 0, 1, 0, 0, 0, 0]:
        return [1, 2, 1, 1, 3, 1, 0, 0, 0, 0]