Skip to main content

Roman numerals implementation. Examples -------- >>> Roman('I') + 5 == Roman('VI') True

Project description

Instalation

pip install roman

Usage

>>> from roman import Roman
>>> Roman('I') + 5 == Roman('VI')
True

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page