From 93c2b933689014f5d22c8c6c460704bbb4f231f6 Mon Sep 17 00:00:00 2001 From: VarunGaikwad-Tech Date: Tue, 28 Oct 2025 06:14:24 -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..f61b392c4 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,4 +1,5 @@ # Shipping Cost Calculator +# Here is a new update by VarunGaikwad-Tech ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: "))