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