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.
beetle_juice = '{0} {0} {0}'.format
Since a few people went this route I thought I would offer this snippet as a way to simplify the solution. It is a little bit harder to potentially, but an intresting technique.
Not my first approach but seeing the solutions of a few others, I thought I would improve on them a bit with this lesser known approach.
This comment is hidden because it contains spoiler information about the solution