Question: You will modify the program word _ stats.py in Unit 4 to create a password validator. Start by understanding the word _ stats.py program from
You will modify the program wordstats.py in Unit to create a password validator. Start by understanding the wordstats.py program from Unit Your program based on that will ask the user to enter their password. Then it will print a message for each of five possible properties of the password.
Has length of at least characters
Has at least one lower case character
Has at least one upper case character
Has at least one digit
Has one of these six special characters: #$&
The messages should appear in the order above.Below are two seperate examples of how your program should prompt the user and print the results when it is run:
Enter password:Special
Has lower case
Has upper case
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
