From fb9eac25592af345e43f56c457487f9ca258b6c5 Mon Sep 17 00:00:00 2001 From: Afaq Ahmed Date: Sun, 25 May 2025 19:25:45 +0100 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..28a523c46 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,4 +1,5 @@ # Shipping Cost Calculator +# Here is a new update by Mrsultaan ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: "))