## decode()


Decode bytes to a string.


Usage


``` python
decode(data)
```


## Parameters


`data: bytes`  
The bytes to decode.


## Returns


`str`  
Decoded string.


## See Also

[encode()](encode.md#gdtest_google_seealso.encode)
