From f258ac88a2da870a60d3a1a6401fd8226c5b1558 Mon Sep 17 00:00:00 2001 From: shivanshu39 Date: Sun, 18 May 2025 14:11:38 -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..56bd7be5d 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 shivanshu39