Question: ProblemThree Write in Python **** Adhere to General Requirements - LAST PAGE Assignment: Create password simulator Customer needs a password simulator to do the following:
ProblemThree
Write in Python
**** Adhere to General Requirements - LAST PAGE
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.
General Requirements:
Add labeling/ comments (name, date, revision #); add in-line requirements where appropriate (such as syntax usage).
AT LEAST ONE PROBLEM MUST USE SONIFICATION AND VISUALIZATION.
#Indicate coding begin and end
Example acceptable code comment:
# Revision number BEGIN/ START DATE
## Begin John D. Student here (date)
# Revision number FINAL DATE
## End John D. Student here
# Group / manager/ lead tech/ project # -Where appropriate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
