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
Post a Comment