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.
Thank you!
List lookup is inefficient - O(n) - whereas sets and dicts are O(1).
This comment is hidden because it contains spoiler information about the solution
In the description below, your code should constraint to take an argument that is capped 1 to 12 since we only have 12 months.
quarter_of(13) = 4 correct but there is no such thing as a 13th month
Can you explain further what you mean by that?
This is a great way to do it but there's no constraint.
Damn! This is so much better lmao.