Build a Weather Travel Planer

I am missing out on some of solutions. Frustrating..

Not sure how to express it in code. I look through how the chapters about Boolean expressions. Still missing out of step 15, 18 and 19.

For example, step 15 seems unclear. “15. When distance_mi is a falsy value, the program should print False.”

Apparently was not part of the solution:

“elif distance_mi != True:

print(False)” 

or say: elif distance_mi == False:

print(False)

Its a bit like trying to speak with synonyms when learning a new language - you barely know any words and the challenge want you to use words you have never used..

Not sure how much I can show my code here without braking any forum rules. Damned if you do and damned if you don’t

if you need help please share a link to the project and your code

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.