index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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