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