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.
This comment is hidden because it contains spoiler information about the solution
.
Simple and readable! I like it.
Cool! =)
Looks cool!
Thanks for your explanation!
This comment is hidden because it contains spoiler information about the solution
In my opinion this solution can't be best practices. There is no reason to reverse the list. This operation takes extra time to be performed.
Nice one )
An oneliner python programmer is the bad one.
perfect!
Very good solution! I like it.
Thank you very much!
This comment is hidden because it contains spoiler information about the solution
This traceback comes from codewars on Python 3.4.3. On Python 3.6.0 it looks different but has the same meaning. I figured out what is happening when there is no delimiter Python is trying something like this: 'string'.find(None).
Loading more items...