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