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