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
/
a204.py
blob: bc068f3cde2d968fd5c2b9181811d2a738a57edb (
plain
)
1
2
def
max_sum_list
(
lists
):
return
max
(
lists
,
key
=
sum
)