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