find the number of uppercase letters in a string python code example Example: python method to check for uppercase character a="DEMO" print(a.isupper())