From 3d294c5952960641b59788526c0aec98873307d6 Mon Sep 17 00:00:00 2001 From: rajdugad Date: Wed, 28 Aug 2024 02:02:21 -0400 Subject: [PATCH] added a new line to 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..3cad7f140 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 rajdugad