Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Well, not original .. What are you going to do to me? I'm in another city! solution in Clear category for All Upper I by samatdav02
def is_all_upper(text: str) -> bool:
return text == text.upper()
Aug. 7, 2020