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
