From dd3d05f051f25c7307ee5046b35dd37008a98796 Mon Sep 17 00:00:00 2001 From: Adarshmohanp Date: Sat, 24 May 2025 22:47:22 -0400 Subject: [PATCH] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..d4256a43f 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,4 +1,5 @@ # Shipping Cost Calculator + # Here is a new update by ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: "))