I have a small script I entered from a Python book that works when I run it using F5. However, when I go to the console and enter python alook.py, I get an error message: >>> python alook.py SyntaxError: invalid syntax I am too new to this to know why. Glen