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
/
a593.py
blob: 121a170ab6e37474dd21a602b834a9ea045a2bb7 (
plain
)
1
2
3
def replace_blank(str1,char): str2 = str1.replace(' ', char) return str2