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
/
test
/
1c.py
blob: 59e51e5c76d274c1b81211685cec71b33912f266 (
plain
)
1
2
3
4
5
def
mult
(
a
,
b
):
return
a
*
b
print
(
mult
(
3
,
2
,
4
))