26 Feb Monday Online Python Homework 02.25.
Question:
Write a Python program (either use function or object method) to check the validity of password input by users.
Validation :
- At least 1 letter between [a-z] and 1 letter between[A-Z].
- At least 1 number between [0-9].
- At least 1 character from [$#@].
- Minimum length 6 characters.
- Maximum length 16 characters.
Sorry, the comment form is closed at this time.