From f761a8cee193d767eb5c07bc7b8e7f2bfbdfaa7f Mon Sep 17 00:00:00 2001 From: DianaGit2023 Date: Thu, 30 Oct 2025 05:21:19 -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..3c84e6c25 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,6 +1,7 @@ # Shipping Cost Calculator ## Input package weight and shipping rate + # Here is a new update by DianaGit2023 weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))