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
/
a415.py
blob: 1e6e9bd797851e0fba34c7a98c2df76819b09bc3 (
plain
)
1
2
3
def
parallelogram_area
(
b
,
h
):
area
=
b
*
h
return
area