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
/
a804.py
blob: a007024cd71a16a92b7383110ae1035ca0c210fa (
plain
)
1
2
3
def surfacearea_cube(l): surfacearea= 6*l*l return surfacearea