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