Converting Decimal to Hexadecimal Without the Hex() Function in Python
ECX 30 Days of Code
Day 4
Decimal to Hexadecimal.
Task
Without using the inbuilt hex() function, write a function that takes an integer as input, and prints out its conversion to hexadecimal as output.
Discussion
To convert decimal (base 10) to hexad...
thecodingprocess.hashnode.dev3 min read