Jan-17-2021, 08:28 PM
And line 6, bike_value*.9 does not do anything. It calculates the value but does not assign the result to anything
bike_value = bike_value*.9would work, as would
bike_value *= 0.9