From 70cc1256f71e2de6c0d465f160ddf7afdfa96a70 Mon Sep 17 00:00:00 2001 From: MazinSharaf Date: Wed, 29 Oct 2025 03:39:09 -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..aab5c2712 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") + # Here is a new update by MazinSharaf + From 78ec83659e0dd501ea34a7d5fd68c2fcfe229080 Mon Sep 17 00:00:00 2001 From: MazinSharaf Date: Wed, 29 Oct 2025 03:42:25 -0400 Subject: [PATCH 2/3] Added another line --- 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 aab5c2712..1016a3b7d 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by MazinSharaf - +# Here is another update by MazinSharaf From 0442a3afdeeced8358db9bd1bb4d2d81b65004d2 Mon Sep 17 00:00:00 2001 From: MazinSharaf Date: Wed, 29 Oct 2025 03:42:53 -0400 Subject: [PATCH 3/3] Revert "Added another line" This reverts commit 78ec83659e0dd501ea34a7d5fd68c2fcfe229080. --- 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 1016a3b7d..aab5c2712 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by MazinSharaf -# Here is another update by MazinSharaf +