I have a list with the following values:
l = [205, 1, 239, 215, 48] when I convert it with bytes by doing byte_l = bytes(l) print(byte_l)
gives: