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
/
a736.py
blob: 884935fc82b673aede412ab9d7bbfbecccc82e9d (
plain
)
1
2
3
def
volume_cuboid
(
l
,
w
,
h
):
volume
=
l
*
w
*
h
return
volume