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
/
a970.py
blob: 1fdbebbd96c8726d001678133c850592cd7b2783 (
plain
)
1
2
3
import re def find_char_long(text): return (re.findall(r"\b\w{4,}\b", text))