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.
Now the python version works fine!
no language specified, closing
I agree, not cool to test sizes explicitely indicated as not being tested ... =)
I took me time to see what the problem was, especially as we have no access to which input values are tested.
jacobb upgraded description about unicode inputs.
This comment is hidden because it contains spoiler information about the solution
you are right, I should remove string.upper() in the first line and use the dictionary they give us.
You made two observations.
The first one related to the range. In the details I wrote: range
[a, b]
that has a math meaning. In the comments I corrected to range(a, b + 1) to have this inclusive meaning. I added two example and basic cases using the values89
and135
as extremes of the range.Thanks for your feedback and time to soolve this kata.