kellyav / arabic2roman

A program to convert Arabic numbers to Roman numerals in Python, using TDD and pytest.

Home Page:https://exercism.io/my/solutions/d9e25b822126409daadb2c3632ee0563

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arabic2roman

A program to convert arabic numbers to roman numerals in:

  • Python using TDD and pytest
  • Javascript using Jest and TDD.

Note that:

Roman numeral conversion is as follows: 1 => I

10 => X

7 => VII

About

A program to convert Arabic numbers to Roman numerals in Python, using TDD and pytest.

https://exercism.io/my/solutions/d9e25b822126409daadb2c3632ee0563


Languages

Language:Python 70.2%Language:JavaScript 29.8%