index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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