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
/
unparsable_programs
/
a128.py
blob: 92e302f6edd960aad51b2c00e70076c4f5f7bdad (
plain
)
1
2
3
def add_list(nums1,nums2): result = map(lambda x, y: x + y, nums1, nums2) return list(result)