decode()
Decode bytes back to a string.
Usage
decode(data)See also :py:func:encode.
Parameters
data: bytes-
The bytes to decode.
Returns
str-
The decoded string.
Decode bytes back to a string.
Usage
See also :py:func:encode.
data: bytesThe bytes to decode.
strThe decoded string.