## style()


Apply a style transformation to the text.


Usage


``` python
style(text)
```


## Parameters


`text: str`  
The text to style.


## Returns


`str`  
The styled text.


## Examples

``` python
>>> style("hello")
```

'HELLO'
