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.
Hi this looks good, have approved it. Thanks!
Hi! Really liked this kata - so I've done a Ruby translation (I'm trying to learn Ruby at the moment) - let me know what you think!
I had intended to move it to the preloaded section - just forgot to delete from the initial solution. However, on reflection, there's not much point in having a dict available if you can't easily see the format of that dict - so I've kept it in the initial solution, but renamed it to DIGITS as per PEP8.
If the user wants to adopt a different approach (as you have) then they can now delete it and all the tests will still work.
I have moved the digits dict to the preloaded area and added a private version to the test code
Thanks for your feedback - I have updated the kata to change the name to DIGITS and have moved it to the preloaded section where it is hidden.
I've also set up my test code to use it's own private copy of this to avoid getting nobbled.
Have added a python translation - please be gentle - it's my first one!