From 1c4e3c833abd56a15824384ffbacf06ba229ecf1 Mon Sep 17 00:00:00 2001 From: anusuya-2006 Date: Mon, 27 Oct 2025 11:00:05 +0530 Subject: [PATCH] Update CalculateCuboid.py --- python/CalculateCuboid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CalculateCuboid.py b/python/CalculateCuboid.py index 46c9674..2560a69 100644 --- a/python/CalculateCuboid.py +++ b/python/CalculateCuboid.py @@ -5,4 +5,4 @@ def calculate_cuboid(L,B,H): l=int(input()) b=int(input()) h=int(input()) -print(calculate_cuboid(l,b,h)) \ No newline at end of file +print(calculate_cuboid(l,b,h))