The loop that would generate unlimited sales and visitors to any referrals and affiliate link 5 seconds
import time import random def traffic(url): for i in range(1, 7): print('You got 5 seconds visitors') time.sleep(5) print('*' * random.randint(1, 10)) if i == 6: print('You got 5 seconds visitors Now') traffic('www.google.com')