Update roman_numerals.py

This commit is contained in:
lighting9999 2025-02-10 16:29:23 +08:00 committed by GitHub
parent 8499e59ae5
commit 99a081bc3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()