Question: Question 1: Decimal/Hexadecimal Conversions (5 points) Write two functions: one that converts from hexadecimal (base 16) to decimal, hex2dec, and one that converts from decimal

Question 1: Decimal/Hexadecimal Conversions (5 points) Write two functions: one that converts from hexadecimal (base 16) to decimal, hex2dec, and one that converts from decimal to hexadecimal, dec2hex. Output your hexadecimal values as a string, for instance, 31 in decimal would be the string . IF. in hexadecimal. Your output is case sensitive In [ ]: # write your answer here. In t 1: dec2hex(31)F In t J: WASTE_OF_WATERDECAF dee2hex (912559) -WASTE-OF WATER How to drink decaffeinated coffee 1. Pour it down the drain 2. Make real coffee 3. Drink that instead. In t : hex2dec('2A42 In [J: | hex2dec('COFFEE') == 12648430
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
