mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-23 01:28:26 +00:00
Update roman_numerals.py
This commit is contained in:
parent
99a081bc3c
commit
bcfd98cbe4
|
@ -62,6 +62,6 @@ def int_to_roman(number: int) -> str:
|
|||
break
|
||||
return "".join(result)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if __name__ == "__main__":
|
||||
import doctest
|
||||
doctest.testmod()
|
||||
|
|
Loading…
Reference in New Issue
Block a user