import re def is_singing(string): return bool(re.match("((li|la|lo){2,})([!]*)?", string))