Review 10-23
Harold Nelson
10/23/2019
Number Conversions
Binary to Decimal
Binary to Hexadecimal
Decimal to Binary
Decimal to Hexadecimal
Hexadecimal to Binary
Hexadecimal to Decimal
Characters
The ascii table will be available.
Write a string of characters as hex
Interpret a string of hex as characters
Use the function chr()
Use the function ord()