![]() |
Python
1.0
|
Converting decimal numbers to roman numerals. More...
Functions | |
def | int2roman (num) |
Converts an integer number to its roman numeral representation. More... | |
def | main () |
Converting decimal numbers to roman numerals.
def _03b_int2roman.int2roman | ( | num | ) |
Converts an integer number to its roman numeral representation.
num | given number. |
An int to roman converter.
Referenced by main().
def _03b_int2roman.main | ( | ) |
References _01d_dec2bin.input, and int2roman().