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!
Check if both a and b are alphabetical characters first, so you return -1 value correctly
This comment is hidden because it contains spoiler information about the solution
HEY NOW, YOU ARE AN ALL-STAAAAR
One of the random tests had "damaged: False" as an item of a dictionary from the list you use as the argument for the function.
How come? The description clearly states:
"If an arrow in the quiver does not have a damaged status, it means it's new."
So, that means that a new arrow should NOT have the "damaged" key in the first place. Please, fix that.