From da47ed9d5eac98639750502621c915ed64d379f1 Mon Sep 17 00:00:00 2001 From: Bkeita-Collab Date: Sun, 25 May 2025 17:01:25 +0200 Subject: [PATCH 1/3] added a new line to shipping Cost Calculation python file --- Shipping_Cost_Calculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..2cc99bcd1 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,3 +1,5 @@ + # Here is a new update by + # Shipping Cost Calculator ## Input package weight and shipping rate From e95a05a1635162d9e22d4a371f07def5f3d837fb Mon Sep 17 00:00:00 2001 From: Bkeita-Collab Date: Sun, 25 May 2025 17:11:12 +0200 Subject: [PATCH 2/3] new commit to the python file --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 2cc99bcd1..ea6fc5f40 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -12,3 +12,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") +# Here is another update by From 0020f43014706302429a7a26e181e182b5d7a7ce Mon Sep 17 00:00:00 2001 From: Bkeita-Collab Date: Sun, 25 May 2025 17:12:34 +0200 Subject: [PATCH 3/3] Revert "new commit to the python file" This reverts commit 56222df8364f3f619901f6a321378fa25013d398. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index ea6fc5f40..2cc99bcd1 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -12,4 +12,3 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Here is another update by