Hopefully this is a quick question/answer, but it is very tough to google.
If i have this:
b'\xff\xfe\x03\x00\x07\xff0\x00[\x0f\xefm'
What does the "extra" characters at the back of the hex mean for the following four values:
\xff0 \x00[ \x0f \xefm
Any help would be appreciated! Note: This is Python 3.5.