• Incorrect assert

Question related to mission Stair Steps

 

assert checkio([-21, -23, -69, -67, 1, 41, 97, 49, 27]) == 125, 'Third'

~~~~~~~~~~~~~

As can be seen in the attached image, the answer key claims that -23 is the "best path to maximize the sum of numbers" even though choosing -21 yields the result 127.