From e03ff82cf79afab3931b18e39cff0c766b866836 Mon Sep 17 00:00:00 2001 From: dipak1920basnet Date: Fri, 16 Feb 2024 09:36:48 +0545 Subject: [PATCH 1/3] 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..e09a5570c 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 From f5c9abbd3ba83946178082522ad32e91fb649765 Mon Sep 17 00:00:00 2001 From: dipak1920basnet Date: Fri, 16 Feb 2024 09:46:14 +0545 Subject: [PATCH 2/3] added a hello world with print function --- Shipping_Cost_Calculator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index e09a5570c..171a90fce 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,3 +11,4 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by +print("Hello WOrld") \ No newline at end of file From 9d70e13336bd69489fed3f218036f0c42cfc6118 Mon Sep 17 00:00:00 2001 From: dipak1920basnet Date: Fri, 16 Feb 2024 09:50:15 +0545 Subject: [PATCH 3/3] added additional line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 171a90fce..d0c1b0f2d 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -11,4 +11,7 @@ print(f"Shipping Cost: {shipping_cost} USD") # Here is a new update by -print("Hello WOrld") \ No newline at end of file +print("Hello WOrld") + + +# Here is another update by \ No newline at end of file