From cec49d1a138ff9f5dcc6228733ee02002b7612fe Mon Sep 17 00:00:00 2001 From: pablock-stark Date: Sun, 25 May 2025 12:09:52 -0600 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..926ea6eca 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,3 +1,4 @@ +# Here is a new update by pablock-stark # Shipping Cost Calculator ## Input package weight and shipping rate From dbcc17d668eec2ad573a96002a95c3716d518a69 Mon Sep 17 00:00:00 2001 From: pablock-stark Date: Sun, 25 May 2025 12:18:35 -0600 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 926ea6eca..17d2528b3 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,3 +11,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") +# Here is another update by pablock-stark From 68f6c53294431f01b4b2b06124a87fce8624bfdc Mon Sep 17 00:00:00 2001 From: pablock-stark Date: Sun, 25 May 2025 12:19:08 -0600 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit dbcc17d668eec2ad573a96002a95c3716d518a69. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 17d2528b3..926ea6eca 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,3 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Here is another update by pablock-stark