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
/
a877.py
blob: 4d874f4b9134db691d738572e1da176fda7b0464 (
plain
)
1
2
3
def
sum_elements
(
test_tup
):
res
=
sum
(
list
(
test_tup
))
return
(
res
)