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.
In the Description, it says:
It's spelled out in one sentence...I don't know how much more clear it can be.
It's all laid out in the Description. I don't know how much more clear it can be.
Output:
Your function must return the number of valid upside down numbers within the range of the two input arguments, including both upper and lower bounds.
As I found out by trying it expects upper bound to be included (unlike the original kata).
Wonderful kata, thanks!
The only issue is being vague on bounds inclusion.
Original task states clearly in an example: >= 0 and < 10
And I had to find out by guessing that this kata expects upper bound to be included.
I like the flow of this task.
It is just lovely!
Going to solve more tasks of the author.
Thank you.