We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1b5cd commit a15b6fbCopy full SHA for a15b6fb
1 file changed
web_programming/current_stock_price.py
@@ -23,7 +23,7 @@
23
def stock_price(symbol: str = "AAPL") -> str:
24
"""
25
>>> stock_price("EEEE")
26
- '- '
+ 'No <fin-streamer> tag with the specified data-testid attribute found.'
27
>>> isinstance(float(stock_price("GOOG")),float)
28
True
29
0 commit comments