how to check if a character in a string is uppercase python code example Example: python method to check for uppercase character a="DEMO" print(a.isupper())