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
/
a141.py
blob: 844ffd7f150cb2565b36b1344ae33fe570f99a2f (
plain
)
1
2
3
4
import math def area_tetrahedron(side): area = math.sqrt(3)*(side*side) return area