Python  1.0
Namespaces | Functions
_03b_int2roman.py File Reference

Namespaces

 _03b_int2roman
 Converting decimal numbers to roman numerals.
 

Functions

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