Python  1.0
Functions
_03b_int2roman_dict Namespace Reference

Converting decimal numbers to roman numerals. More...

Functions

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

Detailed Description

Converting decimal numbers to roman numerals.

Author
Paulo Roma
Since
15/05/2010

Function Documentation

◆ int2roman()

def _03b_int2roman_dict.int2roman (   number)

Converts an integer number to its roman numeral representation.

Parameters
numbergiven number.
Returns
a string with num represented as a roman numeral.

Referenced by main().

◆ main()

def _03b_int2roman_dict.main ( )

References _01d_dec2bin.input, and int2roman().