Roman numeral encoder and decoder
Project description
Roman numeral conversion. Supports Python 3.6, 3.7, and 3.8.
Usage
>>> import serpente >>> serpente.encode(1234) u'MCCXXXIV' >>> serpente.decode(u'MCCXXXIV') 1234
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-serpente-1.0.1.tar.gz
(2.6 kB
view hashes)