From 5cfccc7959125e7ccd2d28f0931663b759ffd0bf Mon Sep 17 00:00:00 2001 From: Aglaia983 Date: Mon, 27 Oct 2025 23:25:28 -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..b3d262afa 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 Aglaia983 \ No newline at end of file From 40ac720c294e6e934d15cc5de703b00f365e7c44 Mon Sep 17 00:00:00 2001 From: Aglaia983 Date: Mon, 27 Oct 2025 23:28:24 -0400 Subject: [PATCH 2/3] 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 b3d262afa..800011e74 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,6 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by Aglaia983 \ No newline at end of file + # Here is a new update by Aglaia983 + + # Here is another update by Aglaia983 \ No newline at end of file From a96b7fb3fce5385071e5b77d77157d0096bfa3a8 Mon Sep 17 00:00:00 2001 From: Aglaia983 Date: Mon, 27 Oct 2025 23:28:40 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 40ac720c294e6e934d15cc5de703b00f365e7c44. --- Shipping_Cost_Calculator.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 800011e74..b3d262afa 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,6 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by Aglaia983 - - # Here is another update by Aglaia983 \ No newline at end of file + # Here is a new update by Aglaia983 \ No newline at end of file