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
/
a377.py
blob: 64c506aac1e6e0fe56129ee4c780e438ab19222d (
plain
)
1
2
def
find_Volume
(
l
,
b
,
h
)
:
return
((
l
*
b
*
h
)
/
2
)