## decode()


Decode bytes to a string.


Usage


``` python
decode(data)
```


## Parameters


`data: bytes`  
The bytes to decode.


## Returns


`str`  
The decoded string.
