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.
Fun kata! I made some minor edits to the Python version, changing to underscores instead of camelCase in accordance with PEP 8 style guide.
And thank you for all of the Simple Fun katas - I enjoy them very much!
The final basic test appears to violate the condition that "both of the robot's coordinates stay non-negative."
The robot moves 9348 units North, 2188 units East, and 9352 units South, leaving it at position (2188, -4).