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
/
a213.py
blob: 4647273b640257810ff51f06e18f620474ee2655 (
plain
)
1
2
3
def rombus_area(p,q): area=(p*q)/2 return area