diff --git a/2-control-flow/sals-shipping/shipping.py b/2-control-flow/sals-shipping/shipping.py index 07d8cbf..ab8b106 100644 --- a/2-control-flow/sals-shipping/shipping.py +++ b/2-control-flow/sals-shipping/shipping.py @@ -16,11 +16,11 @@ print("Ground Shipping $", cost_ground) -# Ground Shipping Premimum 🚚💨 +# Ground Shipping Premium 🚚💨 cost_ground_premium = 125.00 -print("Ground Shipping Premimium $", cost_ground_premium) +print("Ground Shipping Premium $", cost_ground_premium) # Drone Shipping 🛸