We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a081b commit bcfd98cCopy full SHA for bcfd98c
conversions/roman_numerals.py
@@ -62,6 +62,6 @@ def int_to_roman(number: int) -> str:
62
break
63
return "".join(result)
64
65
- if __name__ == "__main__":
+if __name__ == "__main__":
66
import doctest
67
doctest.testmod()
0 commit comments