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
/
a77.py
blob: f62aab2b421fdf73ccdbdae75aae61589e50d031 (
plain
)
1
2
3
def
remove_spaces
(
str1
):
str1
=
str1
.
replace
(
' '
,
''
)
return
str1