fork(1) download
  1. import re
  2. s = "quality"
  3. matches = re.findall(r"[aeiou]+", s)
  4. print(max(matches, key=len))
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
ua