how to find a character in a string if we dont know if its on upper case or lower case in python code example Example: python method to check for uppercase character a="DEMO" print(a.isupper())