[Tutor] Need help with Hello World (Laughing in the background)

James M Lang jimmy_130@lycos.com
Mon, 28 Jan 2002 17:09:13 -0500


OK, I've got Windows Python 2.2 on a Celeron 700mhz computer. I run the IDLE and put in Hello, World! I save it as hello.py on the desktop and then say run script from the edit menu. It says
  File "C:/WINDOWS/Desktop/hello.py", line 1
    Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32
             ^
SyntaxError: invalid syntax
So, the question is, what's wrong with it?