Exercise: Character to Unicode-8 - CLI


Write script called char_to_unicode.py that gets a character on the command line and prints out the Unicode code of it.

Maybe even:

Write script that gets a string on the command line and prints out the Unicode code of each character.