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