Question: Please write with Python and make the code long with if else statements Password Manager Part I Your program will create a program called PasswordManager,
Please write with Python and make the code long with if else statements
Password Manager Part I
Your program will create a program called PasswordManager, that will manage a single password.
PasswordManager:
The PasswordManager will asks the user for a password and then call the verify Password Function. If the users password does not meet the criteria a message should be displayed to inform of which criteria is missing. The user will continue to enter a password until all creiteria is met.
verifyPassword: this takes a string (a password) and returns true if it meets the following criteria:
it is at least 8 characters long
it contains at least one letter
it contains at least one digit
it contains at least one of these four characters: , ?, ! --- Otherwise it returns false.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
