write a function that parses a binary number into a hex number. the function header is: def binarytohex(binaryvalue) write a test program that prompts the user to enter a binary number and displays the corresponding hexadecimal value. use uppercase letters a, b, c, d, e, f for hex digits.