## paint()


Paint with the given color.


Usage


``` python
paint(color)
```


## Parameters


`color: str`  
The color to paint with.


## Returns


`str`  
A description of the painted result.


## Examples

``` python
>>> paint("blue")
```

'painted blue'
