Write a Python program does all the following steps:
1. Create a docstring constant with 3 sentence strings
2. Convert the docstring to a LIST with one element for each sentence in the docstring.
3. Using a loop calculate the number of:
uppercase letters
lowercase letters
digits
punctuation characters
Spaces are NOT considered punctuation.