From 7a54ce92c6861344c108a728bb5ec8e4e105a133 Mon Sep 17 00:00:00 2001 From: raoultchomtchoua Date: Sun, 18 May 2025 07:15:24 +0100 Subject: [PATCH] Added a new line to Schipping_Cost_Calculator --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..0396a62d5 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") + # Here is a new update by raoutchomtchoua \ No newline at end of file