From 7f16ed8056bc8404a74a9df9a94bdd092fcc7d1c Mon Sep 17 00:00:00 2001 From: MCK Date: Sat, 8 Feb 2025 16:34:49 +0100 Subject: [PATCH] added additional line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 676cbb72..b05527c7 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,7 @@ # Shipping Cost Calculator - # Here is a new update by +# Here is a new update by +# Here is another update by + ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))