answer()
Retrieve the answer for a specific question by ID.
Usage
answer(question_id)Parameters
question_id: int-
The numeric ID of the question.
Returns
str-
The answer text for the given question ID.
Examples
>>> answer(1)
'Use pip install to get started.'