Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 275 Bytes

Roman-to-Integers-Python-

A Python script which turns Roman Numerals into integers

When prompted, simply insert a correct Roman numeral in all caps, for example "XIV" (without the quotes)

As of the moment the script can't detect incorrectly written numerals (i.e. "IIM")