From b9df204dd0c34ae5c12b109f7695df800555a0f3 Mon Sep 17 00:00:00 2001 From: Rushiraj4 Date: Thu, 18 Jul 2024 23:11:56 +0530 Subject: [PATCH] Update 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..9097c05fb 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