index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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