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
/
a187.py
blob: 04b8a886d8aeb16993d7acb0fc994f0ed5fb08d2 (
plain
)
1
2
3
def new_tuple(test_list, test_str): res = tuple(test_list + [test_str]) return (res)