Grumbley1305 Grumbley1305 26-10-2022 Computers and Technology contestada write a function to convert a given string to a list of bytes using the ord built-in function. if the input is the string 'hello', the output should be the list [72, 101, 108, 108, 111].