Ad
  • Default User Avatar

    For those wondering how to check what the test was, print(people) in your code and check the output.

    I do believe there is a bug on this test:

    [25, 25, 25, 25, 50, 100, 50]
    'NO' should equal 'YES'

    Vasya, will have change as follows: $25, $50, $75, $100, $75, $0 and will not have the $25 to give to the last person with $50 dollars. Am I wrong?