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