summaryrefslogtreecommitdiff
path: root/progs/a617.py
blob: 5271766345aad1ed023b7756ec19ae57258c2358 (plain)
1
2
3
4
import re
def words_ae(text):
 list = re.findall("[ae]\w+", text)
 return list