Ad
  • Custom User Avatar

    Hi this looks good, have approved it. Thanks!

  • Custom User Avatar

    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!

  • Custom User Avatar

    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.

  • Custom User Avatar

    I have moved the digits dict to the preloaded area and added a private version to the test code

  • Custom User Avatar

    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.

  • Custom User Avatar

    Have added a python translation - please be gentle - it's my first one!