Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.