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
/
a639.py
blob: b3acab63cc6de5364c9f9cd99c7df46f01a75559 (
plain
)
1
2
3
def
volume_cylinder
(
r
,
h
):
volume
=
3.1415
*
r
*
r
*
h
return
volume