[Tutor] help

Thomas Clive Richards thomi@thomi.imail.net.nz
Tue Jul 29 17:24:01 2003


> how can i sort out my problem? what am i doing wrong? is it because i
> press enter?

Hi,

python has a command line interpreter, which sounds like what you're
using. If you want to run all the commands at once, create a text file
and give it a .py extension. in this file, write your program. Note that
under windows, it's a good idea to put "timport time" at the top , and
"time.sleep(10)" at the bottom. This will cause the output window to
remain open for 10 seconds after the program has finished running.

HTH!

-- 

Thomi Richards,
thomi@thomi.imail.net.nz