def is_lower_case(string): return string == string.lower()