def is_upper_case(string): return string == string.upper()