From 5e9c248e2f8970ff36c263766c234a96aa4dc80b Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Sun, 7 Feb 2021 17:15:29 -0500 Subject: [PATCH] Clean up 5.3.3 --- 5/5.3/5.3.3/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5/5.3/5.3.3/main.py b/5/5.3/5.3.3/main.py index eae0ea8..5898043 100644 --- a/5/5.3/5.3.3/main.py +++ b/5/5.3/5.3.3/main.py @@ -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)) \ No newline at end of file +print('Volume for 4.5, 2.1, 3.0 is:', pyramid_volume(length, width, height))