From 3e4199c133698a297bab2e99057c55725ba6605d Mon Sep 17 00:00:00 2001 From: JoshuaNazur Date: Thu, 29 Aug 2024 15:24:46 -0400 Subject: [PATCH] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 455892d3cbfb63b612e8c5987c1590626ed97314. --- Shipping_Cost_Calculator.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 27671cafd..d4e261604 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,6 +10,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Here is a new update by JoshuaNazur - -# Here is another update by JoshuaNazur \ No newline at end of file +# Here is a new update by JoshuaNazur \ No newline at end of file