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
/
a732.py
blob: e3f1ec07444b9df3fb2680c0bafef115ea97e02d (
plain
)
1
2
3
def lateralsurface_cuboid(l,w,h): LSA = 2*h*(l+w) return LSA