diff --git a/Shipping_Cost_Calculator.py b/Shipping_Cost_Calculator.py index 220e2f377..46e6c75eb 100644 --- a/Shipping_Cost_Calculator.py +++ b/Shipping_Cost_Calculator.py @@ -1,5 +1,5 @@ # Shipping Cost Calculator - + # Here is a new update by josellecallora08 ## Input package weight and shipping rate weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))