find if capital letter exists in a word python code example Example: python method to check for uppercase character a="DEMO" print(a.isupper())