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
/
a95.py
blob: c8f3c1439fd30da7bba6ae2958dcb228b904d84f (
plain
)
1
2
3
def zip_list(list1,list2): result = list(map(list.__add__, list1, list2)) return result