Python  1.0
Namespaces | Functions | Variables
_03a_roman2int.py File Reference

Namespaces

 _03a_roman2int
 Converting roman numerals to decimal.
 

Functions

def _03a_roman2int.roman2int (roman)
 Converts a roman numeral to its decimal representation. More...
 
def _03a_roman2int.main (argv=None)
 

Variables

 _03a_roman2int.input = raw_input