From de3aaadf179138a3b9ee9678dcbb2cfb8576e8c6 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Wed, 29 Oct 2025 21:53:59 -0400 Subject: [PATCH] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..e0e89b703 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 aelshh \ No newline at end of file