From 98813ec6767531d4c4facb174ad4e34d0ef8f717 Mon Sep 17 00:00:00 2001 From: my-stern Date: Tue, 27 Aug 2024 07:31:41 -0400 Subject: [PATCH 1/3] added 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..9b3f3198c 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 my-stern \ No newline at end of file From 2d1292a9c8151c83fd624f6258c83be2204bb2b3 Mon Sep 17 00:00:00 2001 From: my-stern Date: Tue, 27 Aug 2024 08:11:25 -0400 Subject: [PATCH 2/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 9b3f3198c..9398cbde4 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by my-stern \ No newline at end of file + # Here is one new update by my-stern \ No newline at end of file From b1fc698c7e20200eeb39465262818420f1ae944a Mon Sep 17 00:00:00 2001 From: my-stern Date: Tue, 27 Aug 2024 08:29:01 -0400 Subject: [PATCH 3/3] changed 1 line in Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 9b3f3198c..e393030cd 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - # Here is a new update by my-stern \ No newline at end of file + # Here is 1 new update by my-stern \ No newline at end of file