## answer()


Retrieve the answer for a specific question by ID.


Usage


``` python
answer(question_id)
```


## Parameters


`question_id: int`  
The numeric ID of the question.


## Returns


`str`  
The answer text for the given question ID.


## Examples

``` python
>>> answer(1)
```

'Use pip install to get started.'
