day=input("what day of the week is it? ") holi=input("is it a holiday ") if day=="sat" or "sun" or holi=="yes": print("You should stay in bed snoozing!") else: print("go to work")