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
/
a863.py
blob: f4d8c79c806aab30ee98e94ae8dfb29117e503b5 (
plain
)
1
2
3
4
5
def concatenate_elements(list): ans = ' ' for i in list: ans = ans+ ' '+i return (ans)