# Prompt ## Supported Types ### `float` ```python value: float = /* values here */ ``` ### `str` ```python value: str = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```