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
/
a149.py
blob: 1aea7cd97bdbac9d51c9f2193348c46f1f799108 (
plain
)
1
2
3
def
add_tuple
(
test_list
,
test_tup
):
test_list
+=
test_tup
return
(
test_list
)