Answer
By using isupper and islower methods of string.
Work Step by Step
Python string have built-in methods isupper and islower to check if string is in upper or lower case. We can put the character in a string and apply these method to determine weather it is lowecase or upper case.