simple question

M

madgww

when i put time.sleep(1)

to have a delya between each line it says name time is not defined GWW
 
M

Mitja

madgww said:
when i put time.sleep(1)

to have a delya between each line it says name time is
not defined GWW

Did you do the "import time"?
And it doesn't cause a delay after each command, only when it's called.
 
P

Peter Hansen

madgww said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,661
Latest member
sxarexu

Latest Threads

Top