Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
2-liner: h#e#l#p solution in Creative category for Stressful Subject by przemyslaw.daniel
def is_stressful(t, r=__import__('re'), c='h#e#l#p|a#s#a#p|u#r#g#e#n#t|!!!$'):
return t == t.upper() or bool(r.search(c.replace('#', '[^ ]*?'), t.lower()))
July 2, 2017
Comments: