From 7c6a8c566830a564411ee0df150d7c0f5aa1a9f1 Mon Sep 17 00:00:00 2001 From: AdityaBadgujar085 Date: Wed, 29 Oct 2025 09:39:13 -0400 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..3b27a19e9 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 \ No newline at end of file From 76677688d133fbd44dc479e2eb41384c2a16d22b Mon Sep 17 00:00:00 2001 From: AdityaBadgujar085 Date: Wed, 29 Oct 2025 09:45:06 -0400 Subject: [PATCH 2/3] added additional 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 3b27a19e9..6b796a908 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 \ No newline at end of file + # Here is a new update by + # Here is another update by \ No newline at end of file From 86bceab125d4da4412f6faf9974300500dd9f96f Mon Sep 17 00:00:00 2001 From: AdityaBadgujar085 Date: Wed, 29 Oct 2025 09:45:19 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 76677688d133fbd44dc479e2eb41384c2a16d22b. --- 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 6b796a908..3b27a19e9 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 - # Here is another update by \ No newline at end of file + # Here is a new update by \ No newline at end of file