From 8634b9db9e0a6f20e699c76247ea59f09dc50c08 Mon Sep 17 00:00:00 2001 From: jgaiten Date: Sun, 25 May 2025 17:10:41 -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..98c2fb856 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,7 @@ # Shipping Cost Calculator +# Here is a new update by JGaiten + ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: ")) From 8dedfd4ad594bef3d025fdc862a72e01ad7b6187 Mon Sep 17 00:00:00 2001 From: jgaiten Date: Sun, 25 May 2025 17:15:12 -0400 Subject: [PATCH 2/3] added additional 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 98c2fb856..0855e11be 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -2,6 +2,8 @@ # Here is a new update by JGaiten +# Here is another update by JGaiten + ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: ")) From ab62b6f48a515f24c0f7cdd307289ce027ef4005 Mon Sep 17 00:00:00 2001 From: jgaiten Date: Sun, 25 May 2025 17:15:37 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 8dedfd4ad594bef3d025fdc862a72e01ad7b6187. --- Shipping_Cost_Calculator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 0855e11be..98c2fb856 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -2,8 +2,6 @@ # Here is a new update by JGaiten -# Here is another update by JGaiten - ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))