Build a Travel Weather Planner - Build a Travel Weather Planner

Tell us what’s happening:

how do I answer step 15 the program prints False…

Your code so far

distance_mi=0
is_raining=False
has_bike=True
has_car=True
has_ride_share_app=True
if has_car is False:
    print('no car :B')
elif has_car is True:
    print('GReat') or print('now thats good')
    
if not distance_mi:
    print(False)

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Weather Planner - Build a Travel Weather Planner

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-weather-planner/694acade1d4afdbce71e5840.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @mixw8352

The console should only contain one line of output.

Happy coding