Introduction
In Python, we can easily convert a decimal number to its hexadecimal equivalent using the hex()
function. In this challenge, you will be asked to write a function that takes a decimal number as an argument and returns its hexadecimal representation.