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
/
a264.py
blob: e8036ea7e05adc5b3f9918e8aeaa22cd6aebc98f (
plain
)
1
2
3
def ntimes_list(nums,n): result = map(lambda x:n*x, nums) return list(result)