day_of_week = input ("what day of the week is it?") holiday = input ("is it a holiday?") if day_of_week == "saturday" or holiday == "sat" or holiday == "sunday" or holiday == "sun" : print ("you should stay in bed snoozing!") elif holiday == "yes" or holiday == "y" : print ("you should stay in bed snoozing!") else : print ("get out of bed")