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.
Whoops! Removed!
Edited.
I played around with using
Test.it('xxx')
, but ultimately went withTest.describe('xxx')
because for whatever reason, test.describe seems to be expanded by default which matches the original test cases.I also included the angle and expected answer for the random cases, but I was unable to arrange them in one long list the way you did.
If anything needs revisiting, I'll keep going at it!
Thanks for the reply! I actually made this in response to a weird error I was getting with my translation. I tried to delete this as soon as I posted it, but apparently that didn't go through
Hey! Sorry about that! I'm so new to coding, I'm really only used to the solving aspect of katas. I wanted to solve your kata so much that I figured I'd take a crack at translating it.
I will spend some time today reading through the kata writing/translating documentation and I'll try to more accurately translate your kata.
Thanks for the reply!
Python translation First time! Please give it a look!