web_programming.current_stock_price¶
Functions¶
|
Module Contents¶
- web_programming.current_stock_price.stock_price(symbol: str = 'AAPL') str ¶
>>> stock_price("EEEE") '- ' >>> isinstance(float(stock_price("GOOG")),float) True
|
>>> stock_price("EEEE")
'- '
>>> isinstance(float(stock_price("GOOG")),float)
True