Pretty much speaks for itself.
import random
import time
import datetime
count = 1
while count:
seconds = datetime.datetime.now()
wait = random.uniform(0.1,2)
if seconds.second % 5 > 0:
print "wub"
else:
print "GRAWWOOOLLLRRRAAANGANG"
time.sleep(wait)