From 7a270a979ee2b1f87b0b8159bee129a1516df069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Ricardo=20Acevedo=20Garc=C3=ADa?= Date: Mon, 27 Oct 2025 11:35:51 -0400 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..f91ead080 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") +# Aquí hay una nueva actualización por Francisco-pixel \ No newline at end of file From 7c2d51b6360747a167ee65ecde89d73ceb4516b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Ricardo=20Acevedo=20Garc=C3=ADa?= Date: Mon, 27 Oct 2025 11:59:53 -0400 Subject: [PATCH 2/3] added additional line to Shipping_Cost_Calculator.py --- Shipping_Cost_Calculator.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index f91ead080..17b34c3df 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -10,4 +10,6 @@ ## Display the result print(f"Shipping Cost: {shipping_cost} USD") -# Aquí hay una nueva actualización por Francisco-pixel \ No newline at end of file +# Aquí hay una nueva actualización por Francisco-pixel + +# Here is another update by Francisco-pixel \ No newline at end of file From 8c28a287cfba703d12cfbbab8de3782b6ff88b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Ricardo=20Acevedo=20Garc=C3=ADa?= Date: Mon, 27 Oct 2025 12:01:16 -0400 Subject: [PATCH 3/3] Revert "added additional line to Shipping_Cost_Calculator.py" This reverts commit 7c2d51b6360747a167ee65ecde89d73ceb4516b9. --- 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 17b34c3df..f91ead080 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") -# Aquí hay una nueva actualización por Francisco-pixel - -# Here is another update by Francisco-pixel \ No newline at end of file +# Aquí hay una nueva actualización por Francisco-pixel \ No newline at end of file