from random import shuffle def generator(): g = open(\'Desktop/COWRIE/passwords.txt\', "r") passwords = g.read().split("\\n") shuff