for _ in range(20): action = random.choice(words) target = random.choice(targets) print(f"{action} {target}...") time.sleep(random.uniform(0.2, 0.6)) print("\n*** Access Granted ***")