Hello, I’m struggling with placing elif statements so that 19 and 23 can both be met. I think I’m missing an elif statement or I’ve written has_bike incorrectly. I’ve tried different variables but they don’t fix 19 and 23. Any corrections or explanations would help a lot. Thanks in advance.
You should use if, elif, and else statements to evaluate the distance categories in ascending order.
Are you evaluating distance_mi in ascending order?
Should we care if it’s raining when distance_mi is more than 6 miles?
Should we care if we have a bike if distance_mi is less than or equal 1 mile or distance_mi is more than 6 miles?