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