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
/
a534.py
blob: 5ce269b31e1783d612a77ee8c3d0e040d810baac (
plain
)
1
2
3
4
import math def perimeter_pentagon(a): perimeter=(5*a) return perimeter