Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started