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
/
a944.py
blob: d3bb4807afb4152a5ea6dca4ae9f0b91e147babe (
plain
)
1
2
def
surface_Area
(
b
,
s
):
return
2
*
b
*
s
+
pow
(
b
,
2
)