Skip to content

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

Notifications You must be signed in to change notification settings

kellyav/arabic2roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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