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