day = input("what day of the week is it? ") hol = input("is it a holiday? ") if hol == 'yes': print("you should stay in bed snoozing!") elif hol == "no": print("Get up! your going to be late!")