Simple Hexadecimal to Decimal converter written in Python allowing for multiple inputs.
Python 3
The script can by run by the following command:
python3 hex2dec.py
Input a hexadecimal number and press enter.
The script loops until "0" is given as input.