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
/
a937.py
blob: 21c64d0165e89ec0e4838f4ea482b4d8f882a66a (
plain
)
1
2
3
def
surfacearea_cylinder
(
r
,
h
):
surfacearea
=
((
2
*
3.1415
*
r
*
r
)
+
(
2
*
3.1415
*
r
*
h
))
return
surfacearea