## ask()


Ask a question and get a response.


Usage


``` python
ask(question)
```


## Parameters


`question: str`  
The question to ask.


## Returns


`str`  
A response to the question.


## Examples

``` python
>>> ask("How do I install?")
```

'See the installation guide.'
