index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
unparsable_programs
/
a682.py
blob: 5c65e0947962517d639c7df1b4e822ef8beb5c89 (
plain
)
1
2
3
import re def find_long_word(text): return (re.findall(r"\b\w{5}\b", text))