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))