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
/
a124.py
blob: 594eef81e53be14372b91ea619e6457d30fddbca (
plain
)
1
2
3
import re def extract_quotation(text1): return (re.findall(r'"(.*?)"', text1))