From fe18117441fed604bf5dfd19ff705bdc29b2b68f Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 24 Oct 2025 05:09:19 -0400 Subject: [PATCH 1/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..75bcfc73b 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") + # Here is a new update by Luca + From 619e74337d53e94c0575139caa6438dc7b95fc70 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 24 Oct 2025 05:15:55 -0400 Subject: [PATCH 2/3] test revert --- Shipping_Cost_Calculator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 75bcfc73b..7f5aa66d5 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,7 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by Luca + # Here is another update by + + From 7d0b91c9bef4509874fedf6cb1f3e07bdd849397 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 24 Oct 2025 05:17:30 -0400 Subject: [PATCH 3/3] Revert "test revert" This reverts commit 619e74337d53e94c0575139caa6438dc7b95fc70. --- Shipping_Cost_Calculator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 7f5aa66d5..75bcfc73b 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,7 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by Luca - # Here is another update by - -