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.
Had no idea you could create variable names like this for index's, or even accesing the pair with a ,
Nice!
This comment is hidden because it contains spoiler information about the solution
Wish I thought of that!
lovely :)
I was so close to this solution. I kept mangling my code trying to build a list comprehension using two for statements. Thanks for posting this solution.
@aliasfox
,Thanks for the comment!
I like the variable names, most straight forward I've seen on this challenge. That code needs absolutely no comments. Kudos.