/RomanNumeralKata-Replit

A Replit-compatible version of the Roman Numeral Kata, in Python

Primary LanguagePythonMIT LicenseMIT

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