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