isupper() method solution in Clear category for All Upper II by maksimus
is_all_upper = lambda text: text.isupper()
July 15, 2020