simple question

Peter Hansen peter at engcorp.com
Sat Jul 10 15:12:11 EDT 2004


madgww wrote:

> when i put time.sleep(1)
> 
> to have a delya between each line it says name time is not defined GWW

It is *very* strongly recommended that you do the Python tutorial
(included in the download or on the web site) before trying to
get too far on your own.  Otherwise you will be missing the most
basic things, and will probably get frustrated too often.

You might also want to visit the following page and read a bit,
so that you can get better responses to future questions, and
save some people some time:

http://www.catb.org/~esr/faqs/smart-questions.html

-Peter



More information about the Python-list mailing list