Throughout the workshop, there will be blocks where you type as file contents and others where you type in a shell prompt.
File contents looks like:
This is
some
file contents
Things you should execute should start with $ prompts:
$ python --version
The $ is a subtle difference, but should be enough to distinguish.
Spencer Herzberg