The hexademical number system uses base 16 with digits 0, 1, 2,
3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. Hexadecimal is often used in
computer systems programming. Write a Python program, in a file
called convertHex.py, to request a decimal number from the user and
output the hexadecimal value. To compute the hexadecimal value we
have to find the hexadecimal digits hn, hn-1,
hn-2, ..., h2, h1, and
h0, such that
d = hn...