For the given sentence determine whether it's a pangram in the lowercase English alphabet or not.
A pangram is a string that contains every letter of the alphabet at least once.
- The input string can be in upper or lower case.
- Consider pangram in the lowercase English alphabet only.
- If the given string is a pangram print "Pangram" else print "Not a pangram"
For example: