Python  1.0
Namespaces | Functions
_03a_roman2int_dict.py File Reference

Namespaces

 _03a_roman2int_dict
 Converting roman numerals to decimal.
 

Functions

def _03a_roman2int_dict.roman2int (roman)
 Converts a roman numeral to its decimal representation. More...
 
def _03a_roman2int_dict.main ()