Question: please use python3 to answer this question: Assignment: Create password simulator Customer needs a password simulator to do the following: (a) create random passwords in
please use python3 to answer this question:
Assignment: Create password simulator
Customer needs a password simulator to do the following:
(a) create random passwords in perpetuity
(b) if the password is acceptable, it gets archived
(c) unaccepted passwords get deleted
(d) no less than 40 iterations
Problem Three Requirements:
Customer rules of accepted passwords include: special symbols, and password cannot be a word in a dictionary list; random module to be imported.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
