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
/
a226.py
blob: 1e929316ef23f669da3389b66c4ee82128c7bb2f (
plain
)
1
2
3
def sum_column(list1, C): result = sum(row[C] for row in list1) return result