From 4af3d9a56eac57f859f8447b2da76561f35c0d4a Mon Sep 17 00:00:00 2001 From: VanceDR Date: Tue, 25 Feb 2025 22:27:36 -0500 Subject: [PATCH 1/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 220e2f377..18529d0d0 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,5 @@ # Shipping Cost Calculator - +# Here is a new update by VanceDR ## 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 abb07c0aa61080f4aa72ee34f1dc7beb63d35b60 Mon Sep 17 00:00:00 2001 From: VanceDR Date: Tue, 25 Feb 2025 22:30:24 -0500 Subject: [PATCH 2/3] added a new line --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 18529d0d0..2df4fe198 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,6 @@ # Shipping Cost Calculator # Here is a new update by VanceDR +# Here is another update by VanceDR ## 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 dd8a5c86ba6f6e47ccefb18ac3a109f0032167f8 Mon Sep 17 00:00:00 2001 From: VanceDR Date: Tue, 25 Feb 2025 22:30:39 -0500 Subject: [PATCH 3/3] Revert "added a new line" This reverts commit abb07c0aa61080f4aa72ee34f1dc7beb63d35b60. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 2df4fe198..18529d0d0 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,6 +1,5 @@ # Shipping Cost Calculator # Here is a new update by VanceDR -# Here is another update by VanceDR ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))