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.
Nice!Tried this but got some weird error when trying to sort ages. Definetely my fault, but nice to see it could be done!
sweet
Ah, I was clever, but not clever enough.
oh mine!!! i had this intentionpainful
what the fuk
crispy one , bravo
Not sure what are you referring to as the "loop". The argument passed in is a list so there is no need to transform it.
But you didn't transform the loop into a list.
This comment is hidden because it contains spoiler information about the solution
This is O(n*log(n)) instead of O(n)...
This comment is hidden because it contains spoiler information about the solution
This looks slick, but how does the "w.rstrip('!') or w" work in the list comprehension??