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 word_stats.py in Unit 4 to create a password validator. Start by understanding the word_stats.py program from Unit 5. 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 8 characters
Has at least one lower case character
Has at least one upper case character
Has at least one digit (0-9)
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
 You will modify the program word_stats.py in Unit 4 to create

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!