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
/
a371.py
blob: 9b6b257a2dd7bcf3159f814e03dd8553c0dcb961 (
plain
)
1
2
3
def concatenate_nested(test_tup1, test_tup2): res = test_tup1 + test_tup2 return (res)