From fac0b4e82a2cab0f7d15d2b9d7dcb72ff8a6daa1 Mon Sep 17 00:00:00 2001 From: Nectar Vision Date: Sat, 24 May 2025 20:48:59 -0400 Subject: [PATCH 1/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..b74bffaa9 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,5 @@ # Shipping Cost Calculator - +# Here is the new update by Nectar Vision ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: ")) From 77bd073ff51ed1cb936178e1107c233aebf0673b Mon Sep 17 00:00:00 2001 From: Nectar Vision Date: Sat, 24 May 2025 21:01:27 -0400 Subject: [PATCH 2/3] added another update to shipping_cost_calculator file --- Shipping_Cost_Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index b74bffaa9..6663b1c6b 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,4 +9,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - +# Here is another update by Nectar Vision From 9b841d07fe5ee96e5a1d906e474cff8e6b45e7de Mon Sep 17 00:00:00 2001 From: Nectar Vision Date: Sat, 24 May 2025 21:02:15 -0400 Subject: [PATCH 3/3] Revert "added another update to shipping_cost_calculator file" This reverts commit 77bd073ff51ed1cb936178e1107c233aebf0673b. --- Shipping_Cost_Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 6663b1c6b..b74bffaa9 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,4 +9,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Here is another update by Nectar Vision +