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.
thank you, I was very confused as to why this worked since I haven't programmed in anything other than Python3
all the pain I went through just to see this solution.... I went through regex hell for this
holy crap this is the first time the top solution on a kata matches exactly what i did
I personally like it when it follows Python naming conventions, as someone coding in Python...
Broken test cases... No idea what the issue is. All but one worked perfectly, and I had it print out "YES" or "NO" for each case. On the failed test it says YES should equal NO, then underneath it in the log it says that it is NO. Gonna have to skip this one I guess, I do not know what to do about it.
It says:
'YES' should equal 'NO'
Log
[25, 50, 100, 25, 25, 25, 50]
NO
This comment is hidden because it contains spoiler information about the solution