index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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
)