From d8aa013888338b3963a7f56edf1e8217ac2bdd50 Mon Sep 17 00:00:00 2001 From: wichbax Date: Sun, 25 May 2025 16:14:30 -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..73df12519 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,4 +1,5 @@ # Shipping Cost Calculator +# Here is a new update by wichbax ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: "))