## hello()


Say hello.


Usage


``` python
hello(name)
```


## Parameters


`name: str`  
Who to greet.


## Returns


`str`  
A greeting.
