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