From 46b625c26019669265154023de65c8c636bebbf2 Mon Sep 17 00:00:00 2001 From: GetHub32 Date: Tue, 28 Oct 2025 16:37:32 -0400 Subject: [PATCH 1/2] 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 220e2f377..27a5d931a 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 another update by GetHub32 \ No newline at end of file From bcb57584a8ca969dfb994f9fbefa23bc8f63f0cc Mon Sep 17 00:00:00 2001 From: GetHub32 Date: Tue, 28 Oct 2025 16:38:31 -0400 Subject: [PATCH 2/2] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 46b625c26019669265154023de65c8c636bebbf2. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 27a5d931a..220e2f377 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,3 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Here is another update by GetHub32 \ No newline at end of file