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