summaryrefslogtreecommitdiff
path: root/progs/a732.py
blob: e3f1ec07444b9df3fb2680c0bafef115ea97e02d (plain)
1
2
3
def lateralsurface_cuboid(l,w,h):
  LSA = 2*h*(l+w)
  return LSA