Uncategorized

python-serpente · PyPI


Project description

Roman numeral conversion. Supports Python 3.8 to 3.12.

main branch CI badge

Usage

>>> import serpente
>>> serpente.encode(1234)
'MCCXXXIV'
>>> serpente.decode("MCCXXXIV")
1234

Download files

Download the file for your platform. If you’re not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *