A program to convert arabic numbers to roman numerals in:
- Python using TDD and pytest
- Javascript using Jest and TDD.
Roman numeral conversion is as follows: 1 => I
10 => X
7 => VII
A program to convert Arabic numbers to Roman numerals in Python, using TDD and pytest.
Python