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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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