From 082e394a51e19acb562e01020adccfe5420b720d Mon Sep 17 00:00:00 2001 From: damong31 Date: Fri, 24 Oct 2025 01:38:42 -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..78f6f3b8e 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 damong31 \ No newline at end of file From 1cf386e015b1ce1295bdaa0435c9531068ebec4c Mon Sep 17 00:00:00 2001 From: damong31 Date: Fri, 24 Oct 2025 02:11:19 -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 78f6f3b8e..57ebf4836 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 damong31 \ No newline at end of file + # Here is a new update by damong31 + + # Here is another update by damong31 \ No newline at end of file From a38006d14b1db0ca2300dd18b3cc4a9eb85fccf7 Mon Sep 17 00:00:00 2001 From: damong31 Date: Fri, 24 Oct 2025 02:12:28 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 1cf386e015b1ce1295bdaa0435c9531068ebec4c. --- 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 57ebf4836..78f6f3b8e 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 damong31 - - # Here is another update by damong31 \ No newline at end of file + # Here is a new update by damong31 \ No newline at end of file