## decode()


Decode bytes back to a string.


Usage


``` python
decode(data)
```


See also [encode()](encode.md#gdtest_sphinx_func_role.encode).


## Parameters


`data: bytes`  
The bytes to decode.


## Returns


`str`  
The decoded string.
