Convert a string to hexadecimal - Without using a library function that does it, write a function in Python that accepts one string parameter. Each character in the string should be converted to ASCII ...