Ask a question and get a response.
Usage
ask(question)
question: str
The question to ask.
str
A response to the question.
>>> ask("How do I install?") 'See the installation guide.'