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'm closing as this is a very old issue without enough details to solve it. seems the language was python, which has thousands of completions by now
Thought of the same solution haha. Also pondered over the "hint" in the description.
Haha am very foolish..how could i not think of such simple solution
in Python3.4, I get a Error,
translate() takes exactly one argument (2 given),
so None isn't necessary Argument?
This comment is hidden because it contains spoiler information about the solution
Could you provide some insight into what tests it is running?
I pass these tests:
test.assert_equals(RomanNumerals.to_roman(1229), 'MCCXXIX')
test.assert_equals(RomanNumerals.from_roman('MCCXXIX'), 1229)
But fail with an unknown error when I submit. I have no way of troubleshooting this, as far as I can tell I am meeting the specification as written.
This is a good idea, some of the top solutions would be tripped up by this