From d8aa013888338b3963a7f56edf1e8217ac2bdd50 Mon Sep 17 00:00:00 2001 From: wichbax Date: Sun, 25 May 2025 16:14:30 -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..73df12519 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,4 +1,5 @@ # Shipping Cost Calculator +# Here is a new update by wichbax ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) From ae31adf4201efc16567f2f53f198c1d0436f0ece Mon Sep 17 00:00:00 2001 From: wichbax Date: Sun, 25 May 2025 16:53:54 -0400 Subject: [PATCH 2/3] added additional 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 73df12519..ca61eb938 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,5 @@ # Shipping Cost Calculator -# Here is a new update by wichbax +# Here is another update by wichbax ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) From 69a3a68879de05e0e8baae2fc35833cab9fa8c07 Mon Sep 17 00:00:00 2001 From: wichbax Date: Sun, 25 May 2025 16:54:19 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit ae31adf4201efc16567f2f53f198c1d0436f0ece. --- 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 ca61eb938..73df12519 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,5 @@ # Shipping Cost Calculator -# Here is another update by wichbax +# Here is a new update by wichbax ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: "))