What will the following Python code output? is_raining = False if not is_raining: print("Go for a walk") else: print("Stay indoors")