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
/
a53.py
blob: e27892f8caef14c221b50cbc5e3d0e337e9b795f (
plain
)
1
2
3
def rectangle_perimeter(l,b): perimeter=2*(l+b) return perimeter