Return text is upper solution in Clear category for All Upper II by undead2k
def is_all_upper(text: str) -> bool: return text.isupper()
July 9, 2020