Question: Code in Python coding language: Having a secured password is a very important practice, when much of our information is stored online. Write a program
Code in Python coding language:
Having a secured password is a very important practice, when much of our information is stored online. Write a program that validates a new password, following these rules:
The password must be at least 8 characters long.
The password must have atleast one uppercase and one lower case letter.
The password must have atleast one digit.
Write a program that asks for a password, then asks again to confirm it. If the passwords dont match or the rules are not fulfilled, prompt again. Your program should include a function that checks whether a password is valid.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
