From 0d89bbd1a10d5717a04dccd72ee17ce622554b04 Mon Sep 17 00:00:00 2001 From: Alex6oo9 Date: Sun, 25 May 2025 05:49:51 -0400 Subject: [PATCH 1/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..e71376350 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") + # Here is a new update by Alex6oo9 + From 1758cd453e021e45c4815dad02449f985582667c Mon Sep 17 00:00:00 2001 From: Alex6oo9 Date: Sun, 25 May 2025 06:01:31 -0400 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 e71376350..f11843693 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,5 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by Alex6oo9 + # Here is another update by Alex6oo9 From 15471cfe7069cca4da655bd13fd12ac8502a84c7 Mon Sep 17 00:00:00 2001 From: Alex6oo9 Date: Sun, 25 May 2025 06:02:13 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 02a7133a8e64832a1a3860bed466c3f8fbeb170b. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index f11843693..e71376350 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,5 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by Alex6oo9 - # Here is another update by Alex6oo9