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