holiday = input ("Is it the holidays? " ) if holiday == "yes": print ("Stay in bed!")(quit) day = input ("What day of the week is it? " ) if day == "sat" or "sun": print("it da weekend, STAY IN BED!!!")