From 8b92927ebbf2e35172741474f0ccc9798e2f0cdf Mon Sep 17 00:00:00 2001 From: mamoll12 Date: Wed, 22 Oct 2025 11:01:53 -0400 Subject: [PATCH 1/3] 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..c8691f083 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") +# Here is a new update by From 8198dc3768b07deb480d29563c40cafba80cc104 Mon Sep 17 00:00:00 2001 From: mamoll12 Date: Wed, 22 Oct 2025 12:49:28 -0400 Subject: [PATCH 2/3] added additional 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 c8691f083..5a4240fca 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,3 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by +# Here is another update by Date: Wed, 22 Oct 2025 12:52:25 -0400 Subject: [PATCH 3/3] Revert "added additional line to shipping-cost_Calculator.py" This reverts commit 8198dc3768b07deb480d29563c40cafba80cc104. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 5a4240fca..c8691f083 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,3 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by -# Here is another update by