I want to print the unique password and 19 random passwords from the txt file. How can I make this work?

后端 未结 0 766
囚心锁ツ
囚心锁ツ 2020-12-02 17:24
from random import shuffle 

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题