Write A Python Program To Check The Validity Of Password Input By Users

Write a Python program to check the validity of password input by users:

Passwords MUST  contain the following:

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.

Also, each of the above checks should be written as a function

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now