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