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
/
a914.py
blob: 06b323a2fadb9fb80d84cd818b6b581521af45d1 (
plain
)
1
2
3
def extract_column(list1, n): result = [i.pop(n) for i in list1] return result