From 175e60d7aa1c76ef18880c7bb1467397bb222311 Mon Sep 17 00:00:00 2001 From: catp757 <158765774+catp757@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:06:25 -0500 Subject: [PATCH 1/5] Update 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..25e2438f3 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 catp757 From 0b299f676729fd5070edc83463d389f921a5dc47 Mon Sep 17 00:00:00 2001 From: catp757 <158765774+catp757@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:12:09 -0500 Subject: [PATCH 2/5] Revert last commit Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 25e2438f3..07a360c79 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,5 +9,3 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - - # Here is a new update by catp757 From fcb2a12b15daa89973657b41ff7eb73484f4076f Mon Sep 17 00:00:00 2001 From: CP Date: Thu, 6 Mar 2025 14:13:05 -0500 Subject: [PATCH 3/5] 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..914fcc047 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 catp757 \ No newline at end of file From def833bc6f741d46951077b823240c0cbbae708b Mon Sep 17 00:00:00 2001 From: CP Date: Thu, 6 Mar 2025 14:32:36 -0500 Subject: [PATCH 4/5] added another line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 914fcc047..ae7c7637c 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by catp757 \ No newline at end of file + # Here is a new update by catp757 + # Here is another update by catp757 \ No newline at end of file From 1001e5f7977623084974f2e555d5d16375ff4073 Mon Sep 17 00:00:00 2001 From: CP Date: Thu, 6 Mar 2025 14:33:27 -0500 Subject: [PATCH 5/5] Revert "added another line to Shipping_Cost_Calculator.py" This reverts commit def833bc6f741d46951077b823240c0cbbae708b. --- Shipping_Cost_Calculator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index ae7c7637c..914fcc047 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,5 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by catp757 - # Here is another update by catp757 \ No newline at end of file + # Here is a new update by catp757 \ No newline at end of file