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