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
/
a502.py
blob: 6c170310d881a71ba2b2475e51e2f2efb68aca4c (
plain
)
1
2
3
def circle_circumference(r): perimeter=2*3.1415*r return perimeter