Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I'm having problems with the 11th test "YES" should be equal "NO", I don't know how to look at the test case but in the discussion thread i've read that its clients = [25,25,25,25,25,100,100] and in this case the answer would be "YES"
is it broken? I'm using python btw
You aren't looking if you return to the start point
0 should return True
input == 0
output == True
yours doesnt't work
0 is a square