input("Give me a day: ") holiday = input("Is it a holiday?" ) if holiday == "yes": print("Then hop on fort") else: print("Get to school!") COMPLETE