We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b579604 commit fd1f93eCopy full SHA for fd1f93e
web_programming/current_stock_price.py
@@ -15,7 +15,7 @@
15
def stock_price(symbol: str = "AAPL") -> str:
16
"""
17
>>> stock_price("EEEE")
18
- '-'
+ '- '
19
>>> isinstance(float(stock_price("GOOG")),float)
20
True
21
0 commit comments