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
/
a188.py
blob: aad0579114c75562f6f3caa9b9750d0aa0b23642 (
plain
)
1
2
3
4
from math import tan, pi def perimeter_polygon(s,l): perimeter = s*l return perimeter