Python  1.0
Namespaces | Functions
_03b_int2roman_dict.py File Reference

Namespaces

 _03b_int2roman_dict
 Converting decimal numbers to roman numerals.
 

Functions

def _03b_int2roman_dict.int2roman (number)
 Converts an integer number to its roman numeral representation. More...
 
def _03b_int2roman_dict.main ()