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
/
a469.py
blob: c6ed4a554cef830e2f10a2792c36e5b12123179d (
plain
)
1
2
3
def add_lists(test_list, test_tup): res = tuple(list(test_tup) + test_list) return (res)