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
/
a495.py
blob: 0fd80d10066d943a71f73d2f40ccb294f1c06a23 (
plain
)
1
2
3
def tup_string(tup1): str = ''.join(tup1) return str