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
/
a281.py
blob: 123fbc857430ddfcc79435b1d7ca6706fef6b595 (
plain
)
1
2
3
def parallelogram_perimeter(b,h): perimeter=2*(b*h) return perimeter