check if string has capital letter python code example Example: python method to check for uppercase character a="DEMO" print(a.isupper())