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
/
a318.py
blob: 1af03243308d569aea12b7028c53b6906221359c (
plain
)
1
2
3
4
5
def multiply_list(items): tot = 1 for x in items: tot *= x return tot