## farewell()


Say farewell to a person by name.


Usage


``` python
farewell(name)
```


## Parameters


`name: str`  
The name of the person to bid farewell.


## Returns


`str`  
A farewell message.
