Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: set(string.ascii_lowercase).isdisjoint solution in Clear category for All Upper I by Phil15
is_all_upper = set(__import__('string').ascii_lowercase).isdisjoint
Dec. 7, 2020
Comments: