Question: PYTHON SIMPLE PROGRAM The Program Spec Write a program using loops and functions that asks for a password, and then asks the user to confirm
PYTHON SIMPLE PROGRAM



The Program Spec Write a program using loops and functions that asks for a password, and then asks the user to confirm the password chosen. Your solution will verify that both user passwords entered match. Your program must also validate that the new password follows these rules: The password must be at least 8 characters long The password must have at least one uppercase and one lowercase letter The password must have at least one digit Re-prompt the user if either 1) the two passwords entered do not match or if 2) the password does not satisfy all the rules stated above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
