Decode bytes to a string.
Usage
decode(data)
data: bytes
The bytes to decode.
str
Decoded string.
encode()