index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
work
/
11
/
volume.py
blob: 3963b4aa59f6821ca3d33acf1daca121e0195a1c (
plain
)
1
2
3
4
5
def volume(x,y,z): return x*y*z print(volume(5,6,3))