Answered step by step
Verified Expert Solution
Link Copied!

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 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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Hands On Database

Authors: Steve Conger

1st Edition

013610827X, 978-0136108276

More Books

Students also viewed these Databases questions