[Tutor] a newbie question

Gino Kuo ginokuo@veriomail.com
Thu, 23 Aug 2001 18:39:32 -0700


Hi, all
I am learning Python as my first computer programming language.  So I hope
this question is worth your time.
I tried to run program stored in the interpreter under window 98.  Here is
the path, C:\DownLoad\practice python\p17.py
>>>execfile(C:\DownLoad\practice python\p17.py)
It is a SyntexError.  How do I fix it?