From c8f9e4961cedf5e9ea753f837336c2a5c8fbb785 Mon Sep 17 00:00:00 2001 From: OunnasBasma Date: Sun, 25 May 2025 20:18:29 +0100 Subject: [PATCH] Update 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..558a4277d 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,4 +9,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") - + # Here is a new update by OunnasBasma