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