Feladat betöltése…
Roman numerals still appear in book chapters, clocks, and event numbering. Write a function int_to_roman that converts the integer num into Roman numeral notation. The input number is from 1 to 3999. Return the result as a string made of Roman symbols.
3"III"58"LVIII"1994"MCMXCIV"def int_to_roman(num: int) -> str:
Jelentkezz be a beküldési előzmények megtekintéséhez
BejelentkezésJelentkezz be az MI-mentor használatához
Bejelentkezés3"III"58"LVIII"1994"MCMXCIV"4"IV"3999"MMMCMXCIX"40"XL"