## practice()


Practice a specific exercise.


Usage


``` python
practice(exercise)
```


## Parameters


`exercise: int`  
The exercise number to practice.


## Returns


`bool`  
True if the exercise was completed successfully.


## Examples

``` python
>>> practice(1)
```

True
