We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c76cb4 commit 9198f4fCopy full SHA for 9198f4f
web_programming/get_top_billionaires.py
@@ -97,6 +97,6 @@ def display_billionaires(forbes_billionaires: list[dict[str, int | str]]) -> Non
97
98
if __name__ == "__main__":
99
from doctest import testmod
100
-
+
101
testmod()
102
display_billionaires(get_forbes_real_time_billionaires())
0 commit comments