I am new to python programming and I am writing a script that uses struct.pack() to convert a float number into a hex string. I have to pack this float number as 1 byte. I under