Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 696 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 696 Bytes

Roman Numeral Kata

Run on Repl.it Open in Gitpod

Goal: Convert Arabic Numerals to Roman Numerals

Using Test-Driven Development, write the function from_roman(), which takes a string that represents a roman numeral and returns the positive integer translation of that roman numeral, according to the following chart:

Roman Numerals Chart