RosettaCodeData/Task/Roman-numerals-Encode/Python/roman-numerals-encode-1.py

3 lines
40 B
Python

import roman
print(roman.toRoman(2022))