centos - How to insert a time gap of 1 second between execution of two statements in python -


i have "for" loop in python 2.7 web scraping programme , going insert time gap of 1 second @ end of loop. how can that? thanks.

import time library: import time;

and use: time.sleep(1)


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -