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
I give points for "clever" use of acollections.
But not best practice. Python has better solutions that are more concise. Not a fan of using 2 for loops here. My time trials show that a translation table is better, but also you are correct that using a dict is better than count.
A+ for readability
hehe
else: pass
lol
This comment is hidden because it contains spoiler information about the solution