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.
@stealthguy Don't worry I felt the same way particularly when I hit convert("hello", allow, hex) # 320048
I don't think the use of ^ is correct.
It's used in the tests as a power, but that is never indicated in the instructions, only implied.
10 5 / 7 + 3 ^ 10 - = (10 / 5 + 7) ^ 3 - 10 = -16 not 719
** = power by way of operator
I like the use of Range type! I learnt something there ;)
It is not clear in how the decision making (if-elsif-else) should be ordered. Clarity of instruciton is important, this is not testing anything if that is it's attempt.