week-5 #6
|
@ -6,4 +6,4 @@ def pyramid_volume(base_length, base_width, pyramid_height):
|
||||||
length = float(input())
|
length = float(input())
|
||||||
width = float(input())
|
width = float(input())
|
||||||
height = float(input())
|
height = float(input())
|
||||||
print('Volume for 4.5, 2.1, 3.0 is:', pyramid_volume(length, width, height))
|
print('Volume for 4.5, 2.1, 3.0 is:', pyramid_volume(length, width, height))
|
||||||
|
|
Loading…
Reference in New Issue