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
/
a821.py
blob: 427df4225ee397069c51532cfa6a6d4f73002a99 (
plain
)
1
2
3
def rectangle_area(l,b): area=l*b return area