![]() |
Python
1.0
|
Converting roman numerals to decimal. More...
Functions | |
def | roman2int (roman) |
Converts a roman numeral to its decimal representation. More... | |
def | main () |
Converting roman numerals to decimal.
def _03a_roman2int_dict.main | ( | ) |
References _01d_dec2bin.input, validateRoman.raw_input, and roman2int().
def _03a_roman2int_dict.roman2int | ( | roman | ) |
Converts a roman numeral to its decimal representation.
roman | a roman numeral. |
A roman to int converter.
Referenced by main().