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

import time

for i in range(10):
    time.sleep(5) # seconds



Skip
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to