From 2ee627e48b80a5f012d8b047d8dcc377811a7353 Mon Sep 17 00:00:00 2001 From: gokumuivkd Date: Sun, 18 May 2025 18:01:33 +0530 Subject: [PATCH 1/3] added a new line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..ffc84ed62 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,3 +10,5 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") + # Here is a new update by gokumuivkd + \ No newline at end of file From 3d2023f128af6bd594f6d421ce9e87326b69b5aa Mon Sep 17 00:00:00 2001 From: gokumuivkd Date: Sun, 18 May 2025 18:14:14 +0530 Subject: [PATCH 2/3] another update same type before --- Shipping_Cost_Calculator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index ffc84ed62..fafe386e8 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,5 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by gokumuivkd - \ No newline at end of file + # Here is another update by + From 470c236e2243a93c3e2fbc11f9aaf4062a8b2db8 Mon Sep 17 00:00:00 2001 From: gokumuivkd Date: Sun, 18 May 2025 18:15:55 +0530 Subject: [PATCH 3/3] Revert "another update same type before" This reverts commit 3d2023f128af6bd594f6d421ce9e87326b69b5aa. --- Shipping_Cost_Calculator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index fafe386e8..ffc84ed62 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,5 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by gokumuivkd - # Here is another update by - + \ No newline at end of file