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
/
a905.py
blob: 05efd0ff890baaba3a1d9d60c9b21eade4b34ad8 (
plain
)
1
2
3
import
re
def
fill_spaces
(
text
):
return
(
re
.
sub
(
"[ ,.]"
,
":"
,
text
))