First solution in Clear category for All Upper II by ssk8
def is_all_upper(text: str) -> bool: return text.isupper()
Feb. 23, 2021
Comments: