From 1e5c30168d0b8f06a754c8259d4c686d43916433 Mon Sep 17 00:00:00 2001 From: RajwardhanMali Date: Fri, 24 Oct 2025 04:05:50 -0400 Subject: [PATCH 1/2] added new line --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..962a18e23 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,4 +9,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") +print("Hello world") From 037c29b5054b32eb50d234351c32d98f98f6ddbb Mon Sep 17 00:00:00 2001 From: RajwardhanMali Date: Fri, 24 Oct 2025 04:11:09 -0400 Subject: [PATCH 2/2] Revert "added new line" This reverts commit 1e5c30168d0b8f06a754c8259d4c686d43916433. --- Shipping_Cost_Calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 962a18e23..220e2f377 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -9,5 +9,4 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -print("Hello world")