Lab 9 – String Manipulations SUBMIT original code in Python to solve the problem below. Write a program that will verify that a password has the required characters. Password Requirement: • Must be at least 9 characters • Must include an upper and lower case letter • Must include at least one number • Must include at least one of the following special characters: #, !, $, _ The user will be prompted to enter a password then a message will be sent whether the password was accepted or rejected. If the password is rejected, the user should be instructed to resubmit the password with a reminder of what is required in the password. Functions could be helpful in this program.
Solve In Python
Lab 9 – String Manipulations
SUBMIT original code in Python to solve the problem below.
Write a program that will verify that a password has the required characters. Password
Requirement:
• Must be at least 9 characters
• Must include an upper and lower case letter
• Must include at least one number
• Must include at least one of the following special characters: #, !, $, _
The user will be prompted to enter a password then a message will be sent whether the
password was accepted or rejected. If the password is rejected, the user should be
instructed to resubmit the password with a reminder of what is required in the password.
Functions could be helpful in this program.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images