Last updated:
0 purchases
pythonserpente 2.0
python-serpente
Roman numeral conversion. Supports Python 3.8 to 3.12.
Usage
>>> import serpente
>>> serpente.encode(1234)
'MCCXXXIV'
>>> serpente.decode("MCCXXXIV")
1234
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.