pause between the loops

Jackie Wang jackie.python at gmail.com
Sun Sep 21 22:02:30 EDT 2008


Hi all,

For a loop like:

for i = range (0,10);

can I ask python to stop for, say, 5mins, after it go through loop i=0
before it starts loop i=1?

Thank you very much!

Jackie



More information about the Python-list mailing list