diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..2e47be8f7 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,12 +1 @@ -# Shipping Cost Calculator - -## Input package weight and shipping rate -weight = float(input("Enter the package weight in kilograms: ")) -rate = float(input("Enter the shipping rate per kilogram: ")) - -## Calculate shipping cost -shipping_cost = weight * rate - -## Display the result -print(f"Shipping Cost: {shipping_cost} USD") - +# Here's a new update from MoathAbdalla