roman Library for roman numbers conversion; import roman; assert(fromRoman("MMXVIII") == 2018); assert(toRoman(2018) == "MMXVIII");