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
/
a645.py
blob: 140687aaa0df7aafecc99301395342e97defce21 (
plain
)
1
2
3
def sub_list(nums1,nums2): result = map(lambda x, y: x - y, nums1, nums2) return list(result)