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 is not a difficult problem by itself, but you can make it more interesting for yourself by giving yourself an extra challenge (like code golf) or solving it in a unique way. Of course it is easy to take a piece of code and add some lines that never do anything to the end. The only thing that can prevent you from doing that is ennui and your own desire for a challenge. so I suggest you try actually improving on the previous solution. There's a very nice way to both shorten this code and make it more efficient. Try reading up on the third argument of Python
range
to see what I'm getting at.