Ad
  • Default User Avatar

    Im having trouble with a built in sample test:
    Test.assert_equals(find_even_index([10,-80,10,10,15,35,20]),6)
    why is the solution 6 and not 1?
    while both, I believe, are valid, since 1<6 shouldn't "1" be the corrent solution?