Password Verifier
You will develop a software package that requires users to enter their passwords. Your software requires users’ passwords to meet the following criteria:
• The password should be at least six characters long
• The password should contain at least one numeric digit and at least one alphabetic character
Create an application that asks the user to enter a password. The application should use a function named isValid to verify that the password meets the criteria. It should display a message indicating whether the password is valid or invalid.
The IsValid function should accept a string as its argument and return a Boolean value. The string argument is the password to be checked. If the password is valid, the function should return True. Otherwise, it should return False.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.