day = input("what say of the week is it: ") holiday =input("Is it a holiday:") if holiday == "yes": print("You should stay in bed snoozing!") else : print("Go to work!")