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