From 46b533234b9b420e90db0a26beb6a760108d4763 Mon Sep 17 00:00:00 2001 From: NC3153 Date: Tue, 27 Aug 2024 22:31:46 -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..7196471ec 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 NC3153. \ No newline at end of file