Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

roman_numerals

roman_numerals allows you to convert numbers back and forth between Arabic and Roman numbers. Use it like this:

>>> to_roman(10)
'X'
>>> to_arabic('X')
10

The package contains a bug. Can you find it?

Author: Daniel Lee