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
/
a17.py
blob: 47b8e065acb387d733febbc1b8466ebf75719367 (
plain
)
1
2
3
def div_list(nums1,nums2): result = map(lambda x, y: x / y, nums1, nums2) return list(result)