From afebd05c9053dc707e5ad00396c29324bda72ed6 Mon Sep 17 00:00:00 2001 From: Shashwatt699 Date: Sun, 25 May 2025 04:22:56 -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..bc29e5165 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 Shashwatt699 \ No newline at end of file