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.
Gorgeous
!ok
ok!
I had a similiar solution. There's a few things you can do to shorten the code up a bit though.
You don't need to range through the list if you are trying to iterate through the elements. Simply, 'for word in words' will get you each element in the list.
instead of getting the len() of the list you can use indexing to check the last element; 'words[-1] == (len(words) -1)'
I waited for someone who will do some case.
once i also used to count numbers on my fingers.
Your fingers must have hurt after this one
I knew I'd see this solution, still made me laugh tho
XD
Just perfect
OMG!
Based loop unrolling
This comment is hidden because it contains spoiler information about the solution
i'll never be worthy of looking at this beautiful code
Loading more items...