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
/
a81.py
blob: b9ae8198deeb752694b386eba463dbda80323007 (
plain
)
1
2
3
def mul_list(nums1,nums2): result = map(lambda x, y: x * y, nums1, nums2) return list(result)