Ad
  • Custom User Avatar

    The test in Python (mention the language next time, please) is like this:

    test.assert_equals(hero(0, 1), False)
    

    And it is fine. Not a kata issue.