Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    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.

  • Default User Avatar

    This is a good idea, some of the top solutions would be tripped up by this