We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f998d commit 879e553Copy full SHA for 879e553
web_programming/current_stock_price.py
@@ -35,6 +35,7 @@ def stock_price(symbol: str = "AAPL") -> str:
35
# Search for the symbol at https://finance.yahoo.com/lookup
36
if __name__ == "__main__":
37
from doctest import testmod
38
+
39
testmod()
40
41
for symbol in "AAPL AMZN IBM GOOG MSFT ORCL".split():
0 commit comments