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
/
a291.py
blob: 9bc037f3002e33a802a936a6859214394aea0704 (
plain
)
1
2
3
import re def remove_spaces(text): return (re.sub(' +',' ',text))