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.
I went ahead and submitted a Python translation, if anyone else would like to double check and approve it.
Python 3.6 tests have a module import error. Python 3.8 still works properly.
I changed the bullet point to now read
Your code cannot have more than 1 character on a line
I made this kata inspired by the insanity of this "Hello World" kata. This kata and the linked kata are both similar in their code style rules, but have different fundamental goals.
Yes, I figured this out by myself earlier. Late night coding always makes you mess up.
How is the moon rating for 1.5 equal to
oxxxx
? If 0.5 iscxxxx
then 1.0 should beoxxxx
which means 1.5 should actually beocxxx
and not theoxxxx
that the tests describe.