leave a comment »
Wait a random interval in seconds between 0 and delay.
import random import time timeDelay = random.randrange(0, delay) time.sleep(timeDelay)
Written by M Kapoor
February 4, 2017 at 1:33 am
Posted in python
Tagged with delay, random, wait
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of new comments via email.
Notify me of new posts via email.
Δ
search site archives
Leave a Reply