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.