answer_question#
- carb.answer_question(question: str) str #
This function can answer some questions.
It currently only answers a limited set of questions so don’t expect it to know everything.
- Parameters:
question – The question passed to the function, trailing question mark is not necessary and casing is not important.
- Returns:
The answer to the question or empty string if it doesn’t know the answer.