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
/
a839.py
blob: 1aeeb64736ba7f6eaef652dbaaa1d8c34b013c7d (
plain
)
1
2
3
def
big_sum
(
nums
):
sum
=
max
(
nums
)
+
min
(
nums
)
return
sum