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
/
a810.py
blob: 3fff4aa3f31f32b3be6aef9aec17f064ae4e5e7c (
plain
)
1
2
3
def cube_nums(nums): cube_nums = list(map(lambda x: x ** 3, nums)) return cube_nums