index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
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