From 0405b4a11d46a7e4314c7b692a0acd76a1d2e2b3 Mon Sep 17 00:00:00 2001 From: Moath Alwhaidi Date: Sun, 25 May 2025 19:20:33 +0300 Subject: [PATCH 1/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..2e47be8f7 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,12 +1 @@ -# Shipping Cost Calculator - -## Input package weight and shipping rate -weight = float(input("Enter the package weight in kilograms: ")) -rate = float(input("Enter the shipping rate per kilogram: ")) - -## Calculate shipping cost -shipping_cost = weight * rate - -## Display the result -print(f"Shipping Cost: {shipping_cost} USD") - +# Here's a new update from MoathAbdalla From 6b9593de354d4a3cc60ef610919485101e51e885 Mon Sep 17 00:00:00 2001 From: Moath Alwhaidi Date: Sun, 25 May 2025 19:28:21 +0300 Subject: [PATCH 2/3] # Here's an 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 2e47be8f7..06088723a 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1 +1 @@ -# Here's a new update from MoathAbdalla +# Here is another update by MoathAbdalla From 599b5d0430d3cd49413803caf70ee69bae2bbe23 Mon Sep 17 00:00:00 2001 From: Moath Alwhaidi Date: Sun, 25 May 2025 19:28:59 +0300 Subject: [PATCH 3/3] Revert "# Here's an additional line to Shipping_Cost_Calculator.py" This reverts commit 6b9593de354d4a3cc60ef610919485101e51e885. --- 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 06088723a..2e47be8f7 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1 +1 @@ -# Here is another update by MoathAbdalla +# Here's a new update from MoathAbdalla