Clean up 5.3.3

This commit is contained in:
Joe S 2021-02-07 17:15:29 -05:00
parent 52e2472d13
commit 5e9c248e2f
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ def pyramid_volume(base_length, base_width, pyramid_height):
length = float(input())
width = 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))