in python
A lot of Websites commonly require a password that satisfies several requirements. Write a program that checks if an input
string satisfies the following (error message is shown for each). using strings whenever applicable, here are the requirements at least 8 characters (Too short), at least one letter (Missing letter), at least one number (Missing number) and at least one of these special characters: !, #, %