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.
Good idea indeed.
If you are struggeling, here are two reminders:
no cheating, beautiful code, little understanding needed, very understandable without comments. Very well written. Needs more upvotes.
Use spoiler flag, please.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I enjoy this one for readability and cleverness.
As a beginner, the only two things that I would alter: (1) name of the dict as it overwrites a build-in name and (2) reduce the if/elif/else statement by putting "if last > dict[c] and last == not 0"