Number to Hex

# 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.

|60 : 00

Click the virtual machine below to start practicing