## paint()


Apply a paint color.


Usage


``` python
paint(color)
```


## Parameters


`color: str`  
A CSS color string.


## Returns


`str`  
Confirmation message.
