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
/
a736.py
blob: 884935fc82b673aede412ab9d7bbfbecccc82e9d (
plain
)
1
2
3
def volume_cuboid(l,w,h): volume=l*w*h return volume